From eab44b9e0b9dcb5cf7fa7b6851fa5454041da930 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Wed, 17 Mar 2021 21:05:49 +0100 Subject: Enable runtime dynarec enable/disable Added a more thorough cache cleanup for reset/mode-change too. Fixed the mmap initialization that ends up leaking memory. Minor x86 asm fixes for Android. --- libretro_core_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libretro_core_options.h') diff --git a/libretro_core_options.h b/libretro_core_options.h index 7e68022..b5b138d 100644 --- a/libretro_core_options.h +++ b/libretro_core_options.h @@ -147,7 +147,7 @@ struct retro_core_option_definition option_defs_us[] = { #if defined(HAVE_DYNAREC) { "gpsp_drc", - "Dynamic Recompiler (Restart)", + "Dynamic Recompiler", "Dynamically recompile CPU instructions to native instructions. Greatly improves performance, but may reduce accuracy.", { { "enabled", NULL }, -- cgit v1.2.3