mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Merge pull request #13657 from SuperSamus/jimmy-neutron-boy-genius-efb-access
GameINI: Enable EFB Access for Jimmy Neutron Boy Genius
This commit is contained in:
commit
059282df6f
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# GJNE78 - Jimmy Neutron Boy Genius
|
# GJNP78, GJNE78, GJND78 - Jimmy Neutron Boy Genius
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
@ -12,4 +12,7 @@
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Fixes missing splash logo at boot, title screen, and loading screens.
|
||||||
|
EFBAccessEnable = True
|
||||||
|
# Fixes FMVs not showing.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue