We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a04186 commit a1e77b6Copy full SHA for a1e77b6
libretro/libretro_core_options.h
@@ -135,7 +135,11 @@ struct retro_core_option_v2_definition option_defs_us[] = {
135
{ "Interpreter", NULL },
136
{ NULL, NULL },
137
},
138
+#ifdef __EMSCRIPTEN__
139
+ "Interpreter"
140
+#else
141
"JIT"
142
+#endif
143
144
{
145
"ppsspp_fast_memory",
@@ -397,7 +401,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
397
401
NULL,
398
402
"video",
399
403
BOOL_OPTIONS,
400
- "enabled"
404
+ "disabled"
405
406
407
"ppsspp_frame_duplication",
@@ -407,7 +411,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
411
408
412
409
413
410
- "disabled"
414
+ "enabled"
415
416
417
"ppsspp_detect_vsync_swap_interval",
0 commit comments