From 5d178649a6af2963e86e67613470fc31d64e5454 Mon Sep 17 00:00:00 2001 From: neonloop Date: Tue, 7 Sep 2021 15:08:27 +0000 Subject: Hide "Load new game" in mame2000 It breaks if you unload a game and then try to run a new game, so the option should be hidden. --- overrides/mame2000.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overrides') diff --git a/overrides/mame2000.h b/overrides/mame2000.h index 0c2bbfa..f3912f7 100644 --- a/overrides/mame2000.h +++ b/overrides/mame2000.h @@ -68,5 +68,6 @@ const struct core_override_fast_forward mame2000_fast_forward = { .fast_forward = &mame2000_fast_forward, \ .actions = mame2000_ctrl_actions, \ .action_size = array_size(mame2000_ctrl_actions), \ - .options = mame2000_core_option_overrides \ + .options = mame2000_core_option_overrides, \ + .block_load_content = 1 \ } -- cgit v1.2.3