mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
attempt to make a speed hack for Pso Ep3 pal
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
[EmuState]
|
[EmuState]
|
||||||
#The Emulation State.
|
#The Emulation State.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
|
EmulationIssues = needs texture cache
|
||||||
|
[Speedhacks]
|
||||||
|
# Patch OSYieldThread in attempt to make a speedhack (gave me a few fps more :) )
|
||||||
0x8036eba0=400
|
0x8036eba0=400
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
@ -20,7 +23,7 @@ $All cards All range: A + R to activate (made by Daco)
|
|||||||
804565F8 4E800020
|
804565F8 4E800020
|
||||||
80230DE8 28007FFF
|
80230DE8 28007FFF
|
||||||
80230DE4 482257F1
|
80230DE4 482257F1
|
||||||
8011DD70 807F0030
|
8011DD70 807F0030
|
||||||
$No texture mode (made by phytress/card gray, imported to pal by daco)
|
$No texture mode (made by phytress/card gray, imported to pal by daco)
|
||||||
804565D4 A0850AE4
|
804565D4 A0850AE4
|
||||||
804565D8 2C040140
|
804565D8 2C040140
|
||||||
@ -34,3 +37,4 @@ $No texture mode (made by phytress/card gray, imported by daco)
|
|||||||
[Wii]
|
[Wii]
|
||||||
Widescreen = 0
|
Widescreen = 0
|
||||||
[Video]
|
[Video]
|
||||||
|
SafeTextureCache = 1
|
||||||
|
Reference in New Issue
Block a user