summaryrefslogtreecommitdiff
path: root/shell/menu/menu.h
diff options
context:
space:
mode:
authorneonloop2021-03-31 21:14:54 +0000
committerneonloop2021-03-31 21:14:54 +0000
commitae67b055fec6a8cc843554d8190e018a6ae9b89d (patch)
tree74f0dc135e830ba1699b422447150a0f859ea200 /shell/menu/menu.h
parent83932ce888f9148a8d49a5f9b7d3dd4ddf71822a (diff)
downloadsnes9x2002-ae67b055fec6a8cc843554d8190e018a6ae9b89d.tar.gz
snes9x2002-ae67b055fec6a8cc843554d8190e018a6ae9b89d.tar.bz2
snes9x2002-ae67b055fec6a8cc843554d8190e018a6ae9b89d.zip
Adds overscan scaler and fps display
Diffstat (limited to 'shell/menu/menu.h')
-rw-r--r--shell/menu/menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/menu/menu.h b/shell/menu/menu.h
index 8b81ac3..9b8a7bb 100644
--- a/shell/menu/menu.h
+++ b/shell/menu/menu.h
@@ -15,4 +15,7 @@ extern uint32_t done;
extern void Menu(void);
extern void Init_Configuration(void);
+extern void SaveState_Menu(uint_fast8_t load_mode, uint_fast8_t slot);
+extern void SRAM_Menu(uint_fast8_t load_mode);
+
#endif