mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:17:57 -05:00
Build fix for something which shouldn't have compiled successfully to begin with.
This commit is contained in:
@ -109,7 +109,7 @@ struct Regs {
|
||||
|
||||
u32 address;
|
||||
|
||||
u32 GetPhysicalAddress() {
|
||||
u32 GetPhysicalAddress() const {
|
||||
return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user