Skip to content

Commit

Permalink
Update PPSSPP-Info.plist
Browse files Browse the repository at this point in the history
First, we are no longer support armv7
then specific CFBundleDevelopmentRegion key will make
https://github.com/hrydgard/ppsspp/blob/a11ca4cb9010b6c6ca33d5ec46b369045a43f6f3/ios/main.mm#L109
always return en_XX
  • Loading branch information
Halo-Michael committed Feb 28, 2023
1 parent 23fd990 commit 8f1b4d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/PPSSPP-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -36,7 +34,7 @@
<false/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>arm64</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
Expand Down

0 comments on commit 8f1b4d6

Please sign in to comment.