mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 14:17:53 -05:00
move push out of class body and add u8 u16 bool specializations
This commit is contained in:
@ -101,7 +101,7 @@ void CheckNew3DS(IPC::RequestBuilder& rb) {
|
||||
}
|
||||
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push(u32(is_new_3ds ? 1 : 0));
|
||||
rb.Push(is_new_3ds);
|
||||
|
||||
LOG_WARNING(Service_PTM, "(STUBBED) called isNew3DS = 0x%08x", static_cast<u32>(is_new_3ds));
|
||||
}
|
||||
|
Reference in New Issue
Block a user