am: Fix force new 3ds deviceID
This commit is contained in:
@@ -2481,7 +2481,7 @@ void Module::Interface::GetDeviceID(Kernel::HLERequestContext& ctx) {
|
|||||||
|
|
||||||
u32 deviceID = otp.GetDeviceID();
|
u32 deviceID = otp.GetDeviceID();
|
||||||
if (am->force_new_device_id) {
|
if (am->force_new_device_id) {
|
||||||
deviceID |= 0x800000000;
|
deviceID |= 0x80000000;
|
||||||
}
|
}
|
||||||
if (am->force_old_device_id) {
|
if (am->force_old_device_id) {
|
||||||
deviceID &= ~0x80000000;
|
deviceID &= ~0x80000000;
|
||||||
|
|||||||
Reference in New Issue
Block a user