Linux: Fixed compilation error
This commit is contained in:
parent
6bc5b89ae4
commit
47b10a234b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ protected:
|
|||
void SetMirroringType(MirroringType type);
|
||||
MirroringType GetMirroringType();
|
||||
|
||||
__forceinline uint8_t InternalReadVRAM(uint16_t addr);
|
||||
uint8_t InternalReadVRAM(uint16_t addr);
|
||||
|
||||
public:
|
||||
static constexpr uint32_t NametableCount = 0x10;
|
||||
|
|
Loading…
Add table
Reference in a new issue