mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-15 23:20:33 +00:00
Make KeyboardHotkeys a struct
This commit is contained in:
parent
c2708bb429
commit
305697ffa9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.Common.Configuration.Hid
|
||||
{
|
||||
public class KeyboardHotkeys
|
||||
public struct KeyboardHotkeys
|
||||
{
|
||||
public Hotkey Exit { get; set; }
|
||||
public Hotkey Pause { get; set; }
|
||||
|
|
Loading…
Reference in a new issue