]> git.pld-linux.org Git - packages/desmume.git/blob - desmume-shadowing.patch
- fix fails due to name shadowing
[packages/desmume.git] / desmume-shadowing.patch
1 --- desmume-0.9.4/src/texcache.h~       2009-07-08 10:11:01.000000000 +0200
2 +++ desmume-0.9.4/src/texcache.h        2009-07-13 14:59:20.000000000 +0200
3 @@ -44,7 +44,7 @@
4  void TexCache_Reset();
5  
6  template<TexCache_TexFormat format>
7 -void TexCache_SetTexture(u32 format, u32 texpal);
8 +void TexCache_SetTexture(u32 fmt, u32 texpal);
9  
10  void TexCache_Invalidate();
11  
This page took 0.058274 seconds and 4 git commands to generate.