From f47ac24170c09599680e765806b291951e49de02 Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:43:07 +0000 Subject: [PATCH] Gameini: Enable AccurateNaNs for "Jeep Thrills" --- Data/Sys/GameSettings/RJ3.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Data/Sys/GameSettings/RJ3.ini diff --git a/Data/Sys/GameSettings/RJ3.ini b/Data/Sys/GameSettings/RJ3.ini new file mode 100644 index 0000000000..61a0c51df5 --- /dev/null +++ b/Data/Sys/GameSettings/RJ3.ini @@ -0,0 +1,17 @@ +# RJ3E20, RJ3P7J - Jeep Thrills + +[Core] +# Values set here will override the main Dolphin settings. +# Fixes the blue screen problem. See issue 13118 for more info. +AccurateNaNs = True + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings]