mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
GameINI: MX Superfly - fix player textures
This game uses EFB copies to generate the outfit for your character in career mode.
This commit is contained in:
parent
6e7698a354
commit
79a50c7730
1 changed files with 16 additions and 0 deletions
16
Data/Sys/GameSettings/GSV.ini
Normal file
16
Data/Sys/GameSettings/GSV.ini
Normal file
|
@ -0,0 +1,16 @@
|
|||
# GSVE78, GSVP78 - MX Superfly
|
||||
|
||||
[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
|
Loading…
Add table
Reference in a new issue