mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Merge pull request #14161 from SuperSamus/gameini-misc-updates
GameINI: Misc updates
This commit is contained in:
commit
7bc68823b3
@ -1,7 +1,8 @@
|
|||||||
# GL5E4F - Lego GameCube
|
# GL5X4F, GL5E4F, GL5P4F - Lego Star Wars: The Video Game
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Avoid crash when using the "Continue Story" option at the end of a level.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# GL7E64, GL7P64 - StarWars Lego 2
|
# GL7E64, GL7P64 - Lego Star Wars II: The Original Trilogy
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|||||||
@ -10,3 +10,8 @@ CPUThread = False
|
|||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Fixes shadows at higher resolution.
|
||||||
|
# Option has no effect at 1x IR, so no reason not to enable.
|
||||||
|
VertexRounding = True
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Avoid crashes.
|
||||||
|
CPUThread = False
|
||||||
MemoryCardSize = 2
|
MemoryCardSize = 2
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
|
|||||||
5
Data/Sys/GameSettings/RL6E69.ini
Normal file
5
Data/Sys/GameSettings/RL6E69.ini
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# RL6E69 - Nerf N-Strike Elite
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Avoid startup hang.
|
||||||
|
CPUThread = False
|
||||||
5
Data/Sys/GameSettings/SAHE69.ini
Normal file
5
Data/Sys/GameSettings/SAHE69.ini
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# SAHE69 - Hasbro Family Game Night: Fun Pack
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Avoid opcode errors, which leave this title stuck on a black screen.
|
||||||
|
CPUThread = False
|
||||||
Loading…
Reference in New Issue
Block a user