aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/port.h b/source/port.h
index 06c5f5e..6c3425c 100644
--- a/source/port.h
+++ b/source/port.h
@@ -14,11 +14,7 @@
#include <sys/types.h>
#include <retro_inline.h>
-#ifdef PSP
-#define PIXEL_FORMAT BGR555
-#else
#define PIXEL_FORMAT RGB565
-#endif
/* The above is used to disable the 16-bit graphics mode checks sprinkled
* throughout the code, if the pixel format is always 16-bit. */