mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
dded4dc018
290204e
added comments that start in the middle of lines, which isn't
allowed. I moved all such comments to EmulationIssues.
23 lines
530 B
INI
23 lines
530 B
INI
# R8PE01, R8PJ01, R8PK01, R8PP01 - SUPER PAPER MARIO
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 5
|
|
EmulationIssues = Needs Efb to Ram and BBox (proper graphics and functionality).
|
|
|
|
[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
|