diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-14 12:56:09 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-14 12:56:09 -0500 |
| commit | 048fb013bd979878a73a6ff3c42fc0d332f0a71d (patch) | |
| tree | fc399eba2fd94765a0b36aba8c9013400fd07bf4 | |
| parent | 6871428a8146bf4513123bbe9d8b39948d290a4b (diff) | |
GameSettings: Apply settings for alternate regions of "MySims Agents".
| -rw-r--r-- | Data/Sys/GameSettings/R5X.ini | 8 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/R6Q.ini | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Data/Sys/GameSettings/R5X.ini b/Data/Sys/GameSettings/R5X.ini new file mode 100644 index 0000000000..555ae855ec --- /dev/null +++ b/Data/Sys/GameSettings/R5X.ini @@ -0,0 +1,8 @@ +# R5XJ13, R5XP69 - MySims Agents + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Settings] +# Avoids garbled text in messages and menus. +SafeTextureCacheColorSamples = 4096 diff --git a/Data/Sys/GameSettings/R6Q.ini b/Data/Sys/GameSettings/R6Q.ini index c0e34a145e..872052f92c 100644 --- a/Data/Sys/GameSettings/R6Q.ini +++ b/Data/Sys/GameSettings/R6Q.ini @@ -1,16 +1,8 @@ # R6QE69 - MySims Agents -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] EFBToTextureEnable = False [Video_Settings] +# Avoids garbled text in messages and menus. SafeTextureCacheColorSamples = 4096 |
