mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 11:47:55 -05:00
arm: Use 64-bit addressing in a bunch of places.
This commit is contained in:
@ -20,7 +20,7 @@ namespace HLE {
|
||||
* HLE a function return from the current ARM11 userland process
|
||||
* @param res Result to return
|
||||
*/
|
||||
static inline void FuncReturn(u32 res) {
|
||||
static inline void FuncReturn(u64 res) {
|
||||
Core::CPU().SetReg(0, res);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user