mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
unbreak DX9 build.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@747 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
DecodedVArray tempvarray;
|
DecodedVArray tempvarray;
|
||||||
// TODO (mb2): all! DataReader inline for DX9
|
// TODO (mb2): all! DataReader inline for DX9
|
||||||
#ifdef DATAREADER_INLINE
|
#ifdef DATAREADER_INLINE
|
||||||
u32 g_pVideoData=0;
|
u8 *g_pVideoData=0;
|
||||||
#endif
|
#endif
|
||||||
void Decode();
|
void Decode();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user