mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
40acfb9067
This game requires emulating the Fifo Pipeline or have Single Core be able to read ahead in the Fifo. Because Single Core currently processes things in a serialized manner, this game will not run regardless of CPU/GPU timing hacks.
23 lines
436 B
INI
23 lines
436 B
INI
# GJBE5G - Bomberman Jetters
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
# This game does not currently run in Single Core.
|
|
CPUThread = True
|
|
|
|
[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_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
[Video_Hacks]
|
|
ImmediateXFBEnable = False
|
|
|