mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
iOS: Undo app ID change.
This commit is contained in:
parent
5b737586b7
commit
b77d47e357
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue