mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
attempt to make a speed hack for Pso Ep3 pal
This commit is contained in:
parent
b5067de060
commit
b4ad00a817
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
||||||
#The Emulation State.
|
#The Emulation State.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
EmulationIssues = needs texture cache
|
EmulationIssues = needs texture cache
|
||||||
|
[Speedhacks]
|
||||||
|
# Patch OSYieldThread in attempt to make a speedhack (gave me a few fps more :) )
|
||||||
|
0x8036eba0=400
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
$All cards All range: A + R to activate (made by Daco)
|
$All cards All range: A + R to activate (made by Daco)
|
||||||
|
@ -20,7 +23,7 @@ $All cards All range: A + R to activate (made by Daco)
|
||||||
80230DE8 28007FFF
|
80230DE8 28007FFF
|
||||||
80230DE4 482257F1
|
80230DE4 482257F1
|
||||||
8011DD70 807F0030
|
8011DD70 807F0030
|
||||||
$No texture mode (made by phytress/card gray, imported by daco)
|
$No texture mode (made by phytress/card gray, imported to pal by daco)
|
||||||
804565D4 A0850AE4
|
804565D4 A0850AE4
|
||||||
804565D8 2C040140
|
804565D8 2C040140
|
||||||
804565DC 38800000
|
804565DC 38800000
|
||||||
|
@ -34,3 +37,4 @@ $No texture mode (made by phytress/card gray, imported by daco)
|
||||||
Widescreen = 0
|
Widescreen = 0
|
||||||
[Video]
|
[Video]
|
||||||
SafeTextureCache = 1
|
SafeTextureCache = 1
|
||||||
|
ProjectionHack = -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue