mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 01:06:29 +02:00
misc: Small code improvements.
This commit is contained in:
parent
5f6d9eef6b
commit
b2a35ecf6c
6 changed files with 71 additions and 112 deletions
|
@ -17,11 +17,8 @@ namespace Ryujinx.Headless.SDL2
|
|||
|
||||
public bool TextProcessingEnabled
|
||||
{
|
||||
get
|
||||
{
|
||||
return Volatile.Read(ref _canProcessInput);
|
||||
}
|
||||
|
||||
get => Volatile.Read(ref _canProcessInput);
|
||||
|
||||
set
|
||||
{
|
||||
Volatile.Write(ref _canProcessInput, value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue