diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-04 21:55:32 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-09 16:37:34 +0100 |
commit | 8db65723d233486ac98ab9112a81f80b0313c7f7 (patch) | |
tree | 4b23ec7e12cacf0bfee644da5113e802c55bbf46 /src/video_core/pica.h | |
parent | Fix some headers to include their dependencies properly. (diff) | |
download | yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.gz yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.bz2 yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.lz yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.xz yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.zst yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 5fe15a218..10fa73355 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -109,7 +109,7 @@ struct Regs { u32 address; - u32 GetPhysicalAddress() { + u32 GetPhysicalAddress() const { return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR; } |