mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
am: Fix force new 3ds deviceID
This commit is contained in:
parent
ccb26303ad
commit
d72948ca22
1 changed files with 1 additions and 1 deletions
|
|
@ -2481,7 +2481,7 @@ void Module::Interface::GetDeviceID(Kernel::HLERequestContext& ctx) {
|
|||
|
||||
u32 deviceID = otp.GetDeviceID();
|
||||
if (am->force_new_device_id) {
|
||||
deviceID |= 0x800000000;
|
||||
deviceID |= 0x80000000;
|
||||
}
|
||||
if (am->force_old_device_id) {
|
||||
deviceID &= ~0x80000000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue