summaryrefslogtreecommitdiff
path: root/libretro_core_options.h
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-03-17 21:05:49 +0100
committerDavid Guillen Fandos2021-03-17 21:05:49 +0100
commiteab44b9e0b9dcb5cf7fa7b6851fa5454041da930 (patch)
tree71351b6aa15bf47c525cf11402c4d4b06fa6d2e4 /libretro_core_options.h
parentfb7ca09b019248b9a0aba481ea55386f71053d73 (diff)
downloadpicogpsp-eab44b9e0b9dcb5cf7fa7b6851fa5454041da930.tar.gz
picogpsp-eab44b9e0b9dcb5cf7fa7b6851fa5454041da930.tar.bz2
picogpsp-eab44b9e0b9dcb5cf7fa7b6851fa5454041da930.zip
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.
Diffstat (limited to 'libretro_core_options.h')
-rw-r--r--libretro_core_options.h2
1 files changed, 1 insertions, 1 deletions
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 },