Browse Source

ios support

Wei Mingzhi 10 years ago
parent
commit
a2bc52f6c2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      common.h

+ 3 - 3
common.h

@@ -105,9 +105,9 @@ extern "C"
 #elif defined (__IOS__)
 
 #define PAL_HAS_JOYSTICKS     0
-#define PAL_PREFIX            "../Library"
-#define PAL_SAVE_PREFIX       "../Library"
-#define PAL_HAS_MOUSE         1
+#define PAL_PREFIX            "../Library/"
+#define PAL_SAVE_PREFIX       "../Library/"
+#define PAL_HAS_TOUCH         1
 
 #else