aboutsummaryrefslogtreecommitdiff
path: root/overrides/mame2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/mame2000.h')
-rw-r--r--overrides/mame2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overrides/mame2000.h b/overrides/mame2000.h
index 81af3fc..a74da1f 100644
--- a/overrides/mame2000.h
+++ b/overrides/mame2000.h
@@ -80,5 +80,5 @@ const struct core_override_fast_forward mame2000_fast_forward = {
.emu_actions = mame2000_emu_actions, \
.emu_action_size = array_size(mame2000_emu_actions), \
.options = mame2000_core_option_overrides, \
- .block_load_content = 1 \
+ .needs_reopen = 1, \
}