From 96f0836dc0f6715dabc98f53ae1c4383286764d7 Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 13 Aug 2021 15:40:49 +0000 Subject: Adds gambatte core --- options.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index ba80bd1..f688773 100644 --- a/options.c +++ b/options.c @@ -47,7 +47,12 @@ static void wrap(char *string, size_t max_len, size_t max_lines) { return; } -static const char *blocked_options[] = { "gpsp_save_method", NULL}; +static const char *blocked_options[] = { + "gambatte_rumble_level", + "gambatte_show_gb_link_settings", + "gpsp_save_method", + NULL +}; static bool option_blocked(const char *key) { for (int i = 0; blocked_options[i]; i++) { -- cgit v1.2.3