diff options
author | Bertrand Augereau | 2006-10-25 19:01:34 +0000 |
---|---|---|
committer | Bertrand Augereau | 2006-10-25 19:01:34 +0000 |
commit | 6eb7be9e377ce745695227d17e6b343b842f2eb3 (patch) | |
tree | 22b9ffb36dadb07bce606ffe55e61936f750c9bb /backends/platform | |
parent | 227157ccdc6c922d4265e05584352214ee9541e6 (diff) | |
download | scummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.tar.gz scummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.tar.bz2 scummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.zip |
Compile fix
svn-id: r24503
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ds/arm9/source/blitters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/blitters.h b/backends/platform/ds/arm9/source/blitters.h index 0d83524ca9..47cf143965 100644 --- a/backends/platform/ds/arm9/source/blitters.h +++ b/backends/platform/ds/arm9/source/blitters.h @@ -26,7 +26,7 @@ namespace DS { void asmDrawStripToScreen(int height, int width, byte const* text, byte const* src, byte* dst, int vsPitch, int vmScreenWidth, int textSurfacePitch); void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height); -void Rescale_320xPAL8Scanline_To_256x1555Scanline(u16* dest, const u8* src, const u16* palette) +void Rescale_320xPAL8Scanline_To_256x1555Scanline(u16* dest, const u8* src, const u16* palette); void Rescale_320x1555Scanline_To_256x1555Scanline(u16* dest, const u16* src); } |