Remove unneccesary space
This commit is contained in:
parent
658d7c40e7
commit
1cd2cb9d2d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace Ryujinx.Ui
|
|||
}
|
||||
|
||||
public void HandleScreenState(KeyboardState keyboard)
|
||||
{
|
||||
{
|
||||
bool toggleFullscreen = keyboard.IsKeyDown(OpenTK.Input.Key.F11)
|
||||
|| ((keyboard.IsKeyDown(OpenTK.Input.Key.AltLeft)
|
||||
|| keyboard.IsKeyDown(OpenTK.Input.Key.AltRight))
|
||||
|
|
Loading…
Add table
Reference in a new issue