diff options
| author | 2014-12-04 21:55:32 +0100 | |
|---|---|---|
| committer | 2014-12-09 16:37:34 +0100 | |
| commit | 8db65723d233486ac98ab9112a81f80b0313c7f7 (patch) | |
| tree | 4b23ec7e12cacf0bfee644da5113e802c55bbf46 /src | |
| parent | Fix some headers to include their dependencies properly. (diff) | |
| download | yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.gz yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.tar.xz yuzu-8db65723d233486ac98ab9112a81f80b0313c7f7.zip | |
Build fix for something which shouldn't have compiled successfully to begin with.
Diffstat (limited to 'src')
| -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 { | |||
| 109 | 109 | ||
| 110 | u32 address; | 110 | u32 address; |
| 111 | 111 | ||
| 112 | u32 GetPhysicalAddress() { | 112 | u32 GetPhysicalAddress() const { |
| 113 | return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR; | 113 | return DecodeAddressRegister(address) - Memory::FCRAM_PADDR + Memory::HEAP_GSP_VADDR; |
| 114 | } | 114 | } |
| 115 | 115 | ||