mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 23:16:41 +00:00
Blackberry Buildfix.
This commit is contained in:
parent
008cb0fa70
commit
5ce2f2abcc
@ -25,6 +25,10 @@
|
||||
|
||||
#include "image/png_load.h"
|
||||
|
||||
#ifdef BLACKBERRY
|
||||
using std::strnlen;
|
||||
#endif
|
||||
|
||||
static const std::string ICON0_FILENAME = "ICON0.PNG";
|
||||
static const std::string ICON1_FILENAME = "ICON1.PMF";
|
||||
static const std::string PIC1_FILENAME = "PIC1.PNG";
|
||||
|
Loading…
Reference in New Issue
Block a user