diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-17 12:27:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 12:27:28 -0500 |
| commit | 9b9b20106eaebce28d90d1188072f09ae2d25201 (patch) | |
| tree | fd90f576d51510794bbf39193bf9c6e980a761b4 /Data | |
| parent | cc5601d7db08e63414835fb2c8d530df2f3491da (diff) | |
| parent | 048fb013bd979878a73a6ff3c42fc0d332f0a71d (diff) | |
Merge pull request #14594 from jordan-woyak/gamesettings-mysims
GameSettings: Apply settings for alternate regions of "MySims Agents".
Diffstat (limited to 'Data')
| -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 |
