mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Allow setting dsp on thread via game ini.
Also force TWW to LLE and no dsp on thread.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user