mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
f161bdb2f7
commit
678923dd11
|
@ -12,7 +12,7 @@ const
|
|||
CPUID_NEO_MODE =$740f00;
|
||||
|
||||
var
|
||||
p_system_sdk_version :DWORD=$10010001; // $10010001;
|
||||
p_system_sdk_version :DWORD=$11008001; // $10010001;
|
||||
p_cpuid :DWORD=CPUID_BASE_MODE; //base mode = 0x710f13 / neo mode = 0x740f00
|
||||
p_base_ps4_mode :DWORD=1; //[0..1]
|
||||
p_neomode :DWORD=0; //[0..1]
|
||||
|
|
Loading…
Reference in New Issue