mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
Fix compilation.
svn-id: r48196
This commit is contained in:
parent
e90f074177
commit
807f0223d7
@ -114,6 +114,7 @@ void HQ2x_555(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPit
|
||||
|
||||
|
||||
void HQ2x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) {
|
||||
extern int gBitFormat;
|
||||
if (gBitFormat == 565)
|
||||
HQ2x_565(srcPtr, srcPitch, dstPtr, dstPitch, width, height);
|
||||
else
|
||||
|
@ -117,6 +117,7 @@ void HQ3x_555(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPit
|
||||
|
||||
|
||||
void HQ3x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) {
|
||||
extern int gBitFormat;
|
||||
if (gBitFormat == 565)
|
||||
HQ3x_565(srcPtr, srcPitch, dstPtr, dstPitch, width, height);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user