mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-10-31 20:37:52 +00:00
Build fix for something which shouldn't have compiled successfully to begin with.
This commit is contained in:
parent
27280f178b
commit
8db65723d2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ struct Regs {
|
|||
|
||||
u32 address;
|
||||
|
||||
u32 GetPhysicalAddress() {
|
||||
u32 GetPhysicalAddress() const {
|
||||
return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue