From 5a96997f186b2cff1a24ed5572430fe0f031e8d3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 03:13:05 +0100 Subject: initial libretro port. --- source/port.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index 1e34410..719fc18 100644 --- a/source/port.h +++ b/source/port.h @@ -93,7 +93,7 @@ #include #ifndef STORM -#include +//#include #include #else #include @@ -111,7 +111,11 @@ #include /* #define PIXEL_FORMAT RGB565 */ +#ifdef PSP #define PIXEL_FORMAT BGR555 +#else +#define PIXEL_FORMAT RGB565 +#endif #define FOREVER_16_BIT // The above is used to disable the 16-bit graphics mode checks sprinkled // throughout the code, if the pixel format is always 16-bit. -- cgit v1.2.3