mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
b32bfdfddb
This is a cleanup of the gameini database. Specifically: It removes the "Issues=..." lines and their respective comments since they don't show up in the gui, are very old and wrong in most cases. They contain probably more than 4 year old comments (i don't have a clue who or when wrote them). Also remove the "EFBCopyCacheEnable = True" lines from the database. These were put at a time that efb to Ram had resolution issues without cache being enabled, safe texture cache could be disabled and speed was detrimental. Now that efb to ram doesn't have the same res issues as back then, safe texture cache can't be disabled with speed gains being non existent (you get even a speed hit if texture cache is put to safe) i think it should be removed from the database.
33 lines
601 B
INI
33 lines
601 B
INI
# GCNE7D - Crash Nitro Kart
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
TLBHack = 1
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 4
|
|
EmulationIssues = Disable "Panic Handlers". Needs "Real Xfb" to display videos.
|
|
|
|
[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]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
UseXFB = True
|
|
UseRealXFB = True
|
|
|