diff options
author | 2024-02-11 18:45:56 +0100 | |
---|---|---|
committer | 2024-02-11 18:45:56 +0100 | |
commit | 2995e59d5061f5ab0f84dd56510d42e8944827a6 (patch) | |
tree | 6eaf45ff0bd0d577ba35d7f17fd3c40ea1ca157d /src/emu/inpttype.h | |
parent | ae708a6405e07c50280c2646b2c0b099c2f63eeb (diff) |
ui: add quick save/load state shortcut, default key undecided
Diffstat (limited to 'src/emu/inpttype.h')
-rw-r--r-- | src/emu/inpttype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/inpttype.h b/src/emu/inpttype.h index de5b42d0a77..fa711b7eabd 100644 --- a/src/emu/inpttype.h +++ b/src/emu/inpttype.h @@ -268,7 +268,9 @@ enum ioport_type : osd::u32 IPT_UI_PAUSE_SINGLE, IPT_UI_REWIND_SINGLE, IPT_UI_SAVE_STATE, + IPT_UI_SAVE_STATE_QUICK, IPT_UI_LOAD_STATE, + IPT_UI_LOAD_STATE_QUICK, IPT_UI_RESET_MACHINE, IPT_UI_SOFT_RESET, IPT_UI_SHOW_GFX, |