mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update PPSSPP-Info.plist
First, we are no longer support armv7
then specific CFBundleDevelopmentRegion key will make
a11ca4cb90/ios/main.mm (L109)
always return en_XX
This commit is contained in:
parent
23fd9907ed
commit
8f1b4d6740
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@
|
|||
<string>Your camera may be used to emulate Go!Cam, a camera accessory</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Your microphone may be used to emulate Go!Cam/Talkman, a microphone accessory</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>PPSSPP</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
@ -36,7 +34,7 @@
|
|||
<false/>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<true/>
|
||||
|
|
Loading…
Add table
Reference in a new issue