Skip to content
Permalink
Browse files
Merge pull request #11674 from bslenul/gamesettings-bool-cleanup
[GameSettings] Change remaining 0/1 bools to False/True
  • Loading branch information
delroth committed Mar 20, 2023
2 parents 9807961 + 655ef14 commit 744e14b
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 30 deletions.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
UseDualCore = 0
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -3,7 +3,7 @@
[Core]
# Values set here will override the main Dolphin settings.
CPUThread = False
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -1,4 +1,4 @@
# GK2D52, GK2E52, GK2F52, GK2I52, GK2P52 - Spider-Man 2

[Core]
MMU = 1
MMU = True
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -0,0 +1,13 @@
# GNWE69, GNWP69 - Def Jam Fight For NY

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[Video_Hacks]
ImmediateXFBEnable = False
@@ -1,17 +1,11 @@
# GNWE69 - Def Jam Fight For NY

[Core]
Patch Region = 0x7e000000

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[Video_Hacks]
ImmediateXFBEnable = False

[ActionReplay]
# Add action replay cheats here.
$Max/Infinite Cash
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -1,7 +1,7 @@
# GQCD52, GQCE52, GQCF52, GQCI52, GQCP52, GQCS52 - Call of Duty 2: Big Red One
[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
CPUThread = 0
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
CPUThread = 0
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
LowDCBZHack = 1
LowDCBZHack = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
MMU = 1
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
LowDCBZHack = 1
LowDCBZHack = True

[OnLoad]
# Add memory patches to be loaded once on boot here.

0 comments on commit 744e14b

Please sign in to comment.