From 47b10a234b97d1a1d06566560bf635600f1b5de5 Mon Sep 17 00:00:00 2001 From: Sour Date: Wed, 22 Jan 2020 20:04:14 -0500 Subject: [PATCH] Linux: Fixed compilation error --- Core/BaseMapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/BaseMapper.h b/Core/BaseMapper.h index 12b96f0f..af69cff9 100644 --- a/Core/BaseMapper.h +++ b/Core/BaseMapper.h @@ -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;