1
0
mirror of https://github.com/Raymonf/whack.git synced 2024-09-24 01:48:20 +02:00

Add CHN region enablement patch

This commit is contained in:
Raymonf 2022-11-10 17:01:38 -05:00
parent b582175a06
commit ef78375a89
No known key found for this signature in database
GPG Key ID: 438459BF619B037A

View File

@ -18,11 +18,17 @@
]
},
{
name: 'Force default engine locale (ignore router country language)',
name: 'Force Engine locale (ignore router country language)',
patches: [
{offset : 0x558154, off: [0x74, 0x07], on : [0x90, 0x90]},
]
},
{
name: 'Allow using CHN region (don\'t change to HKG)',
patches: [
{offset : 0x1F2B0B7, off: [0x75], on : [0xEB]},
]
},
]),
]);
});