mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
Implementation and declartion in intern.h differed. Changed so both is using the same datatype.
svn-id: r22074
This commit is contained in:
parent
7b80324c6d
commit
aec70b0bb2
@ -142,7 +142,7 @@ static inline bool diffYUV(int yuv1, int yuv2) {
|
||||
* 16bit RGB to YUV conversion table. This table is setup by InitLUT().
|
||||
* Used by the hq scaler family.
|
||||
*/
|
||||
extern "C" uint *RGBtoYUV;
|
||||
extern "C" uint32 *RGBtoYUV;
|
||||
|
||||
/** Auxiliary macro to simplify creating those template function wrappers. */
|
||||
#define MAKE_WRAPPER(FUNC) \
|
||||
|
Loading…
Reference in New Issue
Block a user