Make KeyboardHotkeys a struct

This commit is contained in:
gdk 2023-03-02 23:22:05 -03:00
parent c2708bb429
commit 305697ffa9

View file

@ -1,6 +1,6 @@
namespace Ryujinx.Common.Configuration.Hid namespace Ryujinx.Common.Configuration.Hid
{ {
public class KeyboardHotkeys public struct KeyboardHotkeys
{ {
public Hotkey Exit { get; set; } public Hotkey Exit { get; set; }
public Hotkey Pause { get; set; } public Hotkey Pause { get; set; }