]> git.pld-linux.org Git - packages/desmume.git/commitdiff
- fix fails due to name shadowing
authorlisu <lisu@pld-linux.org>
Mon, 13 Jul 2009 13:15:26 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    desmume-shadowing.patch -> 1.1

desmume-shadowing.patch [new file with mode: 0644]

diff --git a/desmume-shadowing.patch b/desmume-shadowing.patch
new file mode 100644 (file)
index 0000000..c451578
--- /dev/null
@@ -0,0 +1,11 @@
+--- desmume-0.9.4/src/texcache.h~      2009-07-08 10:11:01.000000000 +0200
++++ desmume-0.9.4/src/texcache.h       2009-07-13 14:59:20.000000000 +0200
+@@ -44,7 +44,7 @@
+ void TexCache_Reset();
+ template<TexCache_TexFormat format>
+-void TexCache_SetTexture(u32 format, u32 texpal);
++void TexCache_SetTexture(u32 fmt, u32 texpal);
+ void TexCache_Invalidate();
This page took 0.061688 seconds and 4 git commands to generate.