Эх сурвалжийг харах

Build fix for something which shouldn't have compiled successfully to begin with.

Tony Wasserka 11 жил өмнө
parent
commit
8db65723d2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/video_core/pica.h

+ 1 - 1
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;
         }