diff options
Diffstat (limited to 'games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch')
-rw-r--r-- | games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch index 23368c50fca2..659179ee347b 100644 --- a/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch +++ b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch @@ -9,3 +9,14 @@ {
_ASSERTE(m_pInstance == NULL);
+--- riceplugin/DaedalusRender.h.old 2006-03-12 14:38:00.000000000 +0100 ++++ riceplugin/DaedalusRender.h 2006-03-12 14:39:06.000000000 +0100 +@@ -60,7 +60,7 @@ +
+ inline bool IsTexel0Enable() {return m_pColorCombiner->m_bTex0Enabled;}
+ inline bool IsTexel1Enable() {return m_pColorCombiner->m_bTex1Enabled;}
+- inline bool CDaedalusRender::IsTextureEnabled() { return (m_pColorCombiner->m_bTex0Enabled||m_pColorCombiner->m_bTex1Enabled); }
++ inline bool IsTextureEnabled() { return (m_pColorCombiner->m_bTex0Enabled||m_pColorCombiner->m_bTex1Enabled); }
+
+ inline DaedalusRenderTexture& GetCurrentTexture() { return g_textures[gRSP.curTile]; }
+ inline DaedalusRenderTexture& GetTexture(DWORD dwTile) { return g_textures[dwTile]; }
|