mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Symbian buildfix
This commit is contained in:
parent
a5d7b32bfe
commit
2aba7e0373
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
|
||||
#undef small
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#define unique_ptr auto_ptr
|
||||
#endif
|
||||
|
||||
struct KeyInput;
|
||||
struct TouchInput;
|
||||
struct AxisInput;
|
||||
|
|
Loading…
Add table
Reference in a new issue