summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr-QL/nopic.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 01:50:47 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 01:50:47 +0000
commit4b451d014b0e8dbbe71c61eee19445b567a2e581 (patch)
tree02f92fe3af2c922936134d9df654726a6f5e8bca /macosx/Pcsxr-QL/nopic.h
parentdca90ae6a6e6472c0fd597598651e10c4414be34 (diff)
downloadpcsxr-4b451d014b0e8dbbe71c61eee19445b567a2e581.tar.gz
OS X:
More work on the QL importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89711 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr-QL/nopic.h')
-rw-r--r--macosx/Pcsxr-QL/nopic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Pcsxr-QL/nopic.h b/macosx/Pcsxr-QL/nopic.h
index 311e1931..c1dc1609 100644
--- a/macosx/Pcsxr-QL/nopic.h
+++ b/macosx/Pcsxr-QL/nopic.h
@@ -246,7 +246,7 @@ static void PaintPicDot(unsigned char * p,unsigned char c)
/////////////////////////////////////////////////////////////////////
// generic number/border painter
-static void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
+static inline void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
{
unsigned char *pf;
int x,y;
@@ -293,7 +293,7 @@ static void DrawNumBorPic(unsigned char *pMem, int lSelectedSlot)
/* GIMP RGB C-Source image dump (NoPic.h) */
-static struct {
+static const struct {
unsigned int width;
unsigned int height;
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */