mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 10:40:53 -05:00
misc: Small code improvements.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user