From 6ce60f84e6b973bb03fa868d80ea9b1a3606c5b3 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 14 Apr 2009 15:50:18 +0000 Subject: [PATCH] gcc does not like this function to be inlined --- desmume/src/MMU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index 8a0b2415f..92a4b794e 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -409,7 +409,7 @@ static FORCEINLINE u32 MMU_LCDmap(u32 addr, bool& unmapped) } -inline u8 *MMU_RenderMapToLCD(u32 vram_addr) +u8 *MMU_RenderMapToLCD(u32 vram_addr) { //THIS FUNCTION IS DANGEROUS! //the very idea is heinous, since people are