mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #9918 from JMC47/IMGDDv35ini
INI Settings for Paper Mario: Thousand-Year Door Demo Disc
This commit is contained in:
commit
88cc20ffd0
1 changed files with 19 additions and 0 deletions
19
Data/Sys/GameSettings/D56E01.ini
Normal file
19
Data/Sys/GameSettings/D56E01.ini
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# D56E01 - Interactive Multi-Game Demo Disc Version 35
|
||||||
|
|
||||||
|
[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.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
BBoxEnable = True
|
||||||
|
ImmediateXFBEnable = False
|
||||||
|
DeferEFBCopies = False
|
Loading…
Add table
Add a link
Reference in a new issue