mirror of
https://github.com/Raymonf/whack.git
synced 2024-11-24 00:20:10 +01:00
Add CHN region enablement patch
This commit is contained in:
parent
b582175a06
commit
ef78375a89
@ -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]},
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user