mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
Allow setting dsp on thread via game ini.
Also force TWW to LLE and no dsp on thread.
This commit is contained in:
parent
44d17b5da5
commit
8c5bc2ba3c
4 changed files with 10 additions and 1 deletions
|
@ -345,6 +345,8 @@ $Unrestricted Camera
|
|||
04356D34 45000000
|
||||
04356D48 42B00000
|
||||
[Core]
|
||||
DSPThread = False
|
||||
DSPHLE = False
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
|
|
|
@ -21,6 +21,8 @@ $Snow test room
|
|||
0x803C9D4C:dword:0x74363200
|
||||
[ActionReplay]
|
||||
[Core]
|
||||
DSPThread = False
|
||||
DSPHLE = False
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
|
|
|
@ -224,6 +224,9 @@ $Test Room 14 (Hold L+R+B)
|
|||
043D166C 000000FF
|
||||
043D1670 4B5F5465
|
||||
043D1674 73746500
|
||||
[Core]
|
||||
DSPThread = False
|
||||
DSPHLE = False
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue