mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
iOS: Undo app ID change.
This commit is contained in:
parent
5b737586b7
commit
b77d47e357
@ -17,7 +17,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>PPSSPP</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.ppsspp.ppsspptest</string>
|
||||
<string>org.ppsspp.ppsspp</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
@ -397,7 +397,7 @@ int ToTouchID(UITouch *uiTouch, bool allowAllocate) {
|
||||
if (allowAllocate) {
|
||||
for (int localId = 1; localId < (int)ARRAY_SIZE(g_touches); ++localId) {
|
||||
if (g_touches[localId] == 0) {
|
||||
g_touches[localId] = uiTouch;
|
||||
g_touches[localId] = uiTouch;
|
||||
return localId;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user