mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
22 lines
535 B
Plaintext
22 lines
535 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>StringsTable</key>
|
|
<string>Root</string>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>enable_external_display</string>
|
|
<key>Key</key>
|
|
<string>enable_external_display</string>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|