From 200c055823eb0b5be608fd28fbb1929d495dc24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 6 Nov 2022 18:55:45 +0100 Subject: [PATCH] libretro fix, more games --- assets/compat.ini | 12 ++++++++++++ libretro/libretro_core_options.h | 10 ---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/assets/compat.ini b/assets/compat.ini index bfa2165a1980..7a1ac5d79f95 100644 --- a/assets/compat.ini +++ b/assets/compat.ini @@ -1252,3 +1252,15 @@ ULUS10018 = true UCJS18003 = true ULES00291 = true NPJG00033 = true + +# Fushigi no Dungeon: Fuurai no Shiren 4 Plus - Kami no Hitomi to Akuma no Heso +ULJS00547 = true +NPJH50698 = true + +# Final Fantasy Tactics +UCAS40148 = true +ULJM05194 = true +ULES00850 = true +ULUS10297 = true +ULJM05516 = true +NPJH50408 = true diff --git a/libretro/libretro_core_options.h b/libretro/libretro_core_options.h index 78cab61d7d45..0ca87d8bce80 100644 --- a/libretro/libretro_core_options.h +++ b/libretro/libretro_core_options.h @@ -427,16 +427,6 @@ struct retro_core_option_v2_definition option_defs_us[] = { BOOL_OPTIONS, "disabled" }, - { - "ppsspp_retain_changed_textures", - "Retain Changed Textures (Speedup, mem hog)", - NULL, - "Makes many games slower, but some games a lot faster.", - NULL, - "video", - BOOL_OPTIONS, - "disabled" - }, { "ppsspp_spline_quality", "Spline/Bezier Curves Quality",