├── LICENSE ├── README.md └── configs ├── README.md ├── UCES01245_ppsspp.ini ├── UCUS98633_ppsspp.ini ├── UCUS98634_ppsspp.ini ├── UCUS98653_ppsspp.ini ├── ULES00918_ppsspp.ini ├── ULUS10019_ppsspp.ini ├── ULUS10021_ppsspp.ini ├── ULUS10037_ppsspp.ini ├── ULUS10064_ppsspp.ini ├── ULUS10094_ppsspp.ini ├── ULUS10304_ppsspp.ini ├── ULUS10345_ppsspp.ini ├── ULUS10377_ppsspp.ini ├── ULUS10466_ppsspp.ini ├── ULUS10469_ppsspp.ini └── ULUS10476_ppsspp.ini /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Cobalt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TrimUI Smart Pro PPSSPP Configs 2 | 3 | This repo serves as a collection of PPSSPP game configs for the TrimUI Smart Pro, allowing for optimal performance in harder to run games, as well as control schemes that make use of the right analog stick in games such as *Coded Arms*, *Me & My Katamari* etc. 4 | 5 | Please note that some games may require the Vulkan backend and/or FPS cheats to be used for best performance. For more information, please read the README inside the `configs/` directory of this repo. 6 | 7 | To install, copy the configurations from the `configs/` dir into `/mnt/SDCARD/Emus/PSP/PPSSPP_1.17.1/.config/ppsspp/PSP/SYSTEM/` on your TrimUI Smart Pro, assuming you have CrossMix-OS installed. -------------------------------------------------------------------------------- /configs/README.md: -------------------------------------------------------------------------------- 1 | # PPSSPP Game Configs 2 | 3 | ## Games that have been configured for dual-analog input 4 | 5 | These games have been configured to make use of the TrimUI Smart Pro's right analog stick for input: 6 | 7 | * Coded Arms 8 | * Right analog stick mapped to face buttons. Used for aiming 9 | * Jak and Daxter: The Lost Frontier 10 | * Right analog stick mapped to L/R. Used to rotate the camera 11 | * Me & My Katamari 12 | * Right analog stick mapped to face buttons. Used to control katamari 13 | * Ratchet & Clank: Size Matters 14 | * Right analog stick mapped to L/R. Used to rotate the camera 15 | 16 | ## Games that use Vulkan backend 17 | 18 | These games will need to be run using the Vulkan backend for best performance: 19 | 20 | * Dante's Inferno 21 | * God of War: Chains of Olympus 22 | * Gran Turismo 23 | * IL-2 Sturmovik: Birds of Prey 24 | * Jak and Daxter: The Lost Frontier 25 | * Midnight Club 3: DUB Edition 26 | * OutRun 2006: Coast 2 Coast 27 | * Ratchet & Clank: Size Matters 28 | * Star Wars: The Force Unleashed 29 | * Tekken 6 30 | 31 | ## Games that use performance cheats 32 | 33 | These cheats must be enabled in PPSSPP manually to take effect: 34 | 35 | - Coded Arms 36 | * 30 FPS 37 | - Dante's Inferno 38 | * Force FPS To Run At 30 FPS 39 | - God of War: Chains of Olympus 40 | * Fix FPS Issue + Force FPS To Run At 30 FPS 41 | - Star Wars: The Force Unleashed 42 | * 30 FPS [Fixed] 43 | * Enabling this is optional, fixes slowdowns during cutscenes -------------------------------------------------------------------------------- /configs/UCES01245_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for UCES01245 - Gran Turismo® 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 0.000000 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 222 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 2 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = False 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/UCUS98633_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for UCUS98633 - Ratchet & Clank: Size Matters 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 0.000000 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 111 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 2 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 3 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193,10-4005 428 | R = 10-192,10-4004 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/UCUS98634_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for UCUS98634 - Jak & Daxter®:The Lost Frontier™ 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 7.333332 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 111 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 1 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188,10-4010 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-4005,10-193 428 | R = 10-4004,10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/UCUS98653_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for UCUS98653 - God of War: Chains of Olympus 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = False 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 251.666687 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 333 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 1 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = True 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 0 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/ULES00918_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULES00918 - Crash® of the Titans 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 0.000000 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 111 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = True 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 0 62 | FrameSkipType = 0 63 | AutoFrameSkip = False 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 0 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 3 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190 421 | Cross = 1-54,10-189 422 | Square = 1-29,10-191 423 | Triangle = 1-47,10-188 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10019_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10019 - CODED ARMS 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 0.000000 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 166 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = False 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 0 62 | FrameSkipType = 0 63 | AutoFrameSkip = False 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 2 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 0 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190,10-4004 421 | Cross = 1-54,10-189,10-4006 422 | Square = 1-29,10-191,10-4005 423 | Triangle = 1-47,10-188,10-4007 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10021_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10021 - Midnight Club 3: Dub Edition 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = False 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 1556.000000 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 333 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 1 61 | HighQualityDepth = 1 62 | FrameSkip = 1 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/ULUS10037_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10037 - Virtua Tennis: World Tour 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 7.333332 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 166 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = False 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 1 62 | FrameSkipType = 0 63 | AutoFrameSkip = True 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 0 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 0 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190 421 | Cross = 1-54,10-189 422 | Square = 1-29,10-191 423 | Triangle = 1-47,10-188 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10064_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10064 - OUTRUN 2006: COAST 2 COAST 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 7.333332 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 333 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 2 61 | HighQualityDepth = 1 62 | FrameSkip = 1 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 3 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 10-19 418 | Down = 10-20 419 | Left = 10-21 420 | Right = 10-22 421 | Circle = 10-190 422 | Cross = 10-189 423 | Square = 10-191 424 | Triangle = 10-188 425 | Start = 10-197 426 | Select = 10-196 427 | L = 10-194 428 | R = 10-195 429 | An.Up = 10-4003 430 | An.Down = 10-4002 431 | An.Left = 10-4001 432 | An.Right = 10-4000 433 | Fast-forward = 1-61 434 | Pause = 10-109,10-104,1-111 435 | -------------------------------------------------------------------------------- /configs/ULUS10094_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10094 - Me & My Katamari 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 0.000000 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 111 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = False 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 1 62 | FrameSkipType = 0 63 | AutoFrameSkip = True 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 0 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 0 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190,10-4004 421 | Cross = 1-54,10-189,10-4006 422 | Square = 1-29,10-191,10-4005 423 | Triangle = 1-47,10-188,10-4007 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10304_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10304 - Crash® of the Titans 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 0.000000 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 111 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = True 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 0 62 | FrameSkipType = 0 63 | AutoFrameSkip = False 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 0 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 3 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190 421 | Cross = 1-54,10-189 422 | Square = 1-29,10-191 423 | Triangle = 1-47,10-188 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10345_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10345 - Star Wars: The Force Unleashed 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 7.333332 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 83 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 1 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 1 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/ULUS10377_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10377 - Crash® Mind Over Mutant 2 | [General] 3 | ForceLagSync2 = False 4 | AutoLoadSaveState = 0 5 | EnableCheats = True 6 | CwCheatRefreshRate = 77 7 | CwCheatScrollPosition = 0.000000 8 | ScreenshotsAsPNG = False 9 | StateSlot = 0 10 | EnableStateUndo = True 11 | RewindSnapshotInterval = 0 12 | RightAnalogUp = 0 13 | RightAnalogDown = 0 14 | RightAnalogLeft = 0 15 | RightAnalogRight = 0 16 | RightAnalogPress = 0 17 | RightAnalogCustom = False 18 | RightAnalogDisableDiagonal = False 19 | SwipeUp = 0 20 | SwipeDown = 0 21 | SwipeLeft = 0 22 | SwipeRight = 0 23 | SwipeSensitivity = 1.000000 24 | SwipeSmoothing = 0.300000 25 | DoubleTapGesture = 0 26 | GestureControlEnabled = False 27 | AutoSaveSymbolMap = False 28 | CacheFullIsoInRam = False 29 | InternalScreenRotation = 1 30 | PauseWhenMinimized = False 31 | DumpDecryptedEboots = False 32 | MemStickInserted = True 33 | EnablePlugins = True 34 | IgnoreCompatSettings = 35 | [CPU] 36 | CPUCore = 1 37 | SeparateSASThread = True 38 | IOTimingMethod = 0 39 | FastMemoryAccess = True 40 | FunctionReplacements = True 41 | PreloadFunctions = False 42 | JitDisableFlags = 0x00000000 43 | CPUSpeed = 111 44 | [Graphics] 45 | EnableCardboardVR = False 46 | CardboardScreenSize = 50 47 | CardboardXShift = 0 48 | CardboardYShift = 0 49 | iShowStatusFlags = 6 50 | UseGeometryShader = False 51 | SkipBufferEffects = False 52 | DisableRangeCulling = False 53 | SoftwareRenderer = False 54 | SoftwareRendererJit = True 55 | HardwareTransform = True 56 | SoftwareSkinning = True 57 | TextureFiltering = 1 58 | Smart2DTexFiltering = False 59 | InternalResolution = 2 60 | HighQualityDepth = 1 61 | FrameSkip = 0 62 | FrameSkipType = 0 63 | AutoFrameSkip = False 64 | StereoRendering = False 65 | StereoToMonoShader = RedBlue 66 | FrameRate = 0 67 | FrameRate2 = -1 68 | AnalogFrameRate = 240 69 | UnthrottlingMode = CONTINUOUS 70 | AnisotropyLevel = 0 71 | MultiSampleLevel = 0 72 | TextureBackoffCache = True 73 | BufferFiltering = 1 74 | DisplayOffsetX = 0.500000 75 | DisplayOffsetY = 0.500000 76 | DisplayScale = 1.000000 77 | DisplayIntegerScale = False 78 | DisplayAspectRatio = 1.000000 79 | DisplayStretch = False 80 | DisplayCropTo16x9 = True 81 | ImmersiveMode = True 82 | SustainedPerformanceMode = False 83 | ReplaceTextures = True 84 | SaveNewTextures = False 85 | IgnoreTextureFilenames = False 86 | TexScalingLevel = 1 87 | TexScalingType = 0 88 | TexDeposterize = False 89 | TexHardwareScaling = False 90 | VSync = False 91 | BloomHack = 3 92 | SplineBezierQuality = 0 93 | HardwareTessellation = False 94 | TextureShader = Off 95 | ShaderChainRequires60FPS = False 96 | GowForce30FPS = True 97 | SkipGPUReadbackMode = 0 98 | RenderDuplicateFrames = False 99 | [Sound] 100 | Enable = True 101 | AudioBackend = 0 102 | GlobalVolume = 10 103 | ReverbVolume = 10 104 | AltSpeedVolume = -1 105 | AchievementSoundVolume = 6 106 | [Control] 107 | HapticFeedback = False 108 | ShowTouchCross = True 109 | ShowTouchCircle = True 110 | ShowTouchSquare = True 111 | ShowTouchTriangle = True 112 | Custom0Mapping = 0x0000000000000000 113 | Custom0Image = 0 114 | Custom0Shape = 0 115 | Custom0Toggle = False 116 | Custom0Repeat = False 117 | Custom1Mapping = 0x0000000000000000 118 | Custom1Image = 1 119 | Custom1Shape = 0 120 | Custom1Toggle = False 121 | Custom1Repeat = False 122 | Custom2Mapping = 0x0000000000000000 123 | Custom2Image = 2 124 | Custom2Shape = 0 125 | Custom2Toggle = False 126 | Custom2Repeat = False 127 | Custom3Mapping = 0x0000000000000000 128 | Custom3Image = 3 129 | Custom3Shape = 0 130 | Custom3Toggle = False 131 | Custom3Repeat = False 132 | Custom4Mapping = 0x0000000000000000 133 | Custom4Image = 4 134 | Custom4Shape = 0 135 | Custom4Toggle = False 136 | Custom4Repeat = False 137 | Custom5Mapping = 0x0000000000000000 138 | Custom5Image = 0 139 | Custom5Shape = 1 140 | Custom5Toggle = False 141 | Custom5Repeat = False 142 | Custom6Mapping = 0x0000000000000000 143 | Custom6Image = 1 144 | Custom6Shape = 1 145 | Custom6Toggle = False 146 | Custom6Repeat = False 147 | Custom7Mapping = 0x0000000000000000 148 | Custom7Image = 2 149 | Custom7Shape = 1 150 | Custom7Toggle = False 151 | Custom7Repeat = False 152 | Custom8Mapping = 0x0000000000000000 153 | Custom8Image = 3 154 | Custom8Shape = 1 155 | Custom8Toggle = False 156 | Custom8Repeat = False 157 | Custom9Mapping = 0x0000000000000000 158 | Custom9Image = 4 159 | Custom9Shape = 1 160 | Custom9Toggle = False 161 | Custom9Repeat = False 162 | Custom10Mapping = 0x0000000000000000 163 | Custom10Image = 0 164 | Custom10Shape = 2 165 | Custom10Toggle = False 166 | Custom10Repeat = False 167 | Custom11Mapping = 0x0000000000000000 168 | Custom11Image = 1 169 | Custom11Shape = 2 170 | Custom11Toggle = False 171 | Custom11Repeat = False 172 | Custom12Mapping = 0x0000000000000000 173 | Custom12Image = 2 174 | Custom12Shape = 2 175 | Custom12Toggle = False 176 | Custom12Repeat = False 177 | Custom13Mapping = 0x0000000000000000 178 | Custom13Image = 3 179 | Custom13Shape = 2 180 | Custom13Toggle = False 181 | Custom13Repeat = False 182 | Custom14Mapping = 0x0000000000000000 183 | Custom14Image = 4 184 | Custom14Shape = 2 185 | Custom14Toggle = False 186 | Custom14Repeat = False 187 | Custom15Mapping = 0x0000000000000000 188 | Custom15Image = 0 189 | Custom15Shape = 9 190 | Custom15Toggle = False 191 | Custom15Repeat = False 192 | Custom16Mapping = 0x0000000000000000 193 | Custom16Image = 1 194 | Custom16Shape = 9 195 | Custom16Toggle = False 196 | Custom16Repeat = False 197 | Custom17Mapping = 0x0000000000000000 198 | Custom17Image = 2 199 | Custom17Shape = 9 200 | Custom17Toggle = False 201 | Custom17Repeat = False 202 | Custom18Mapping = 0x0000000000000000 203 | Custom18Image = 3 204 | Custom18Shape = 9 205 | Custom18Toggle = False 206 | Custom18Repeat = False 207 | Custom19Mapping = 0x0000000000000000 208 | Custom19Image = 4 209 | Custom19Shape = 9 210 | Custom19Toggle = False 211 | Custom19Repeat = False 212 | fcombo0X = 0.607813 213 | fcombo0Y = 0.500000 214 | comboKeyScale0 = 1.150000 215 | ShowComboKey0 = False 216 | fcombo1X = 0.697656 217 | fcombo1Y = 0.500000 218 | comboKeyScale1 = 1.150000 219 | ShowComboKey1 = False 220 | fcombo2X = 0.787500 221 | fcombo2Y = 0.500000 222 | comboKeyScale2 = 1.150000 223 | ShowComboKey2 = False 224 | fcombo3X = 0.607813 225 | fcombo3Y = 0.333333 226 | comboKeyScale3 = 1.150000 227 | ShowComboKey3 = False 228 | fcombo4X = 0.697656 229 | fcombo4Y = 0.333333 230 | comboKeyScale4 = 1.150000 231 | ShowComboKey4 = False 232 | fcombo5X = 0.392188 233 | fcombo5Y = 0.500000 234 | comboKeyScale5 = 1.150000 235 | ShowComboKey5 = False 236 | fcombo6X = 0.302344 237 | fcombo6Y = 0.500000 238 | comboKeyScale6 = 1.150000 239 | ShowComboKey6 = False 240 | fcombo7X = 0.212500 241 | fcombo7Y = 0.500000 242 | comboKeyScale7 = 1.150000 243 | ShowComboKey7 = False 244 | fcombo8X = 0.392188 245 | fcombo8Y = 0.333333 246 | comboKeyScale8 = 1.150000 247 | ShowComboKey8 = False 248 | fcombo9X = 0.302344 249 | fcombo9Y = 0.333333 250 | comboKeyScale9 = 1.150000 251 | ShowComboKey9 = False 252 | fcombo10X = 0.607506 253 | fcombo10Y = 0.582754 254 | comboKeyScale10 = 1.150000 255 | ShowComboKey10 = False 256 | fcombo11X = 0.697420 257 | fcombo11Y = 0.582754 258 | comboKeyScale11 = 1.150000 259 | ShowComboKey11 = False 260 | fcombo12X = 0.787334 261 | fcombo12Y = 0.582754 262 | comboKeyScale12 = 1.150000 263 | ShowComboKey12 = False 264 | fcombo13X = 0.607506 265 | fcombo13Y = 0.415855 266 | comboKeyScale13 = 1.150000 267 | ShowComboKey13 = False 268 | fcombo14X = 0.697420 269 | fcombo14Y = 0.415855 270 | comboKeyScale14 = 1.150000 271 | ShowComboKey14 = False 272 | fcombo15X = 0.391712 273 | fcombo15Y = 0.582754 274 | comboKeyScale15 = 1.150000 275 | ShowComboKey15 = False 276 | fcombo16X = 0.301798 277 | fcombo16Y = 0.582754 278 | comboKeyScale16 = 1.150000 279 | ShowComboKey16 = False 280 | fcombo17X = 0.211884 281 | fcombo17Y = 0.582754 282 | comboKeyScale17 = 1.150000 283 | ShowComboKey17 = False 284 | fcombo18X = 0.391712 285 | fcombo18Y = 0.415855 286 | comboKeyScale18 = 1.150000 287 | ShowComboKey18 = False 288 | fcombo19X = 0.301798 289 | fcombo19Y = 0.415855 290 | comboKeyScale19 = 1.150000 291 | ShowComboKey19 = False 292 | ShowTouchControls = False 293 | DisableDpadDiagonals = False 294 | GamepadOnlyFocused = False 295 | TouchButtonStyle = 1 296 | TouchButtonOpacity = 65 297 | TouchButtonHideSeconds = 20 298 | AutoCenterTouchAnalog = False 299 | StickyTouchDPad = False 300 | TouchSnapToGrid = False 301 | TouchSnapGridSize = 64 302 | ActionButtonSpacing2 = 1.000000 303 | ActionButtonCenterX = 0.906250 304 | ActionButtonCenterY = 0.833333 305 | ActionButtonScale = 1.150000 306 | DPadX = 0.111719 307 | DPadY = 0.600000 308 | DPadScale = 1.150000 309 | ShowTouchDpad = True 310 | DPadSpacing = 1.000000 311 | StartKeyX = 0.589844 312 | StartKeyY = 0.904167 313 | StartKeyScale = 1.150000 314 | ShowTouchStart = True 315 | SelectKeyX = 0.500000 316 | SelectKeyY = 0.904167 317 | SelectKeyScale = 1.150000 318 | ShowTouchSelect = True 319 | UnthrottleKeyX = 0.410156 320 | UnthrottleKeyY = 0.904167 321 | UnthrottleKeyScale = 1.150000 322 | ShowTouchUnthrottle = True 323 | LKeyX = 0.053906 324 | LKeyY = 0.393056 325 | LKeyScale = 1.150000 326 | ShowTouchLTrigger = True 327 | RKeyX = 0.946094 328 | RKeyY = 0.393056 329 | RKeyScale = 1.150000 330 | ShowTouchRTrigger = True 331 | AnalogStickX = 0.111719 332 | AnalogStickY = 0.872222 333 | AnalogStickScale = 1.150000 334 | ShowAnalogStick = True 335 | RightAnalogStickX = 0.906250 336 | RightAnalogStickY = 0.872222 337 | RightAnalogStickScale = 1.150000 338 | ShowRightAnalogStick = False 339 | AnalogDeadzone = 0.150000 340 | AnalogInverseDeadzone = 0.000000 341 | AnalogSensitivity = 1.100000 342 | AnalogIsCircular = True 343 | AnalogAutoRotSpeed = 8.000000 344 | LeftStickHeadScale = 1.000000 345 | RightStickHeadScale = 1.000000 346 | HideStickBackground = False 347 | UseMouse = False 348 | MapMouse = False 349 | ConfineMap = False 350 | MouseSensitivity = 0.100000 351 | MouseSmoothing = 0.900000 352 | MouseWheelUpDelayMs = 80 353 | AnalogGesture = False 354 | AnalogGestureSensibility = 1.000000 355 | [Network] 356 | EnableWlan = False 357 | EnableAdhocServer = False 358 | proAdhocServer = socom.cc 359 | PortOffset = 10000 360 | MinTimeout = 0 361 | ForcedFirstConnect = False 362 | EnableUPnP = False 363 | UPnPUseOriginalPort = False 364 | EnableNetworkChat = False 365 | ChatButtonPosition = 0 366 | ChatScreenPosition = 0 367 | EnableQuickChat = True 368 | QuickChat1 = Quick Chat 1 369 | QuickChat2 = Quick Chat 2 370 | QuickChat3 = Quick Chat 3 371 | QuickChat4 = Quick Chat 4 372 | QuickChat5 = Quick Chat 5 373 | [SystemParam] 374 | PSPModel = 1 375 | PSPFirmwareVersion = 660 376 | NickName = PPSSPP 377 | MacAddress = b4:1a:14:c1:be:a3 378 | GameLanguage = -1 379 | ParamTimeFormat = 0 380 | ParamDateFormat = 0 381 | TimeZone = 0 382 | DayLightSavings = False 383 | ButtonPreference = 0 384 | LockParentalLevel = 0 385 | WlanAdhocChannel = 0 386 | WlanPowerSave = False 387 | EncryptSave = True 388 | [VR] 389 | VREnable = True 390 | VREnable6DoF = True 391 | VREnableStereo = False 392 | VREnableMotions = True 393 | VRForce72Hz = True 394 | VRManualForceVR = False 395 | VRPassthrough = False 396 | VRRescaleHUD = True 397 | VRCameraDistance = 0.000000 398 | VRCameraHeight = 0.000000 399 | VRCameraSide = 0.000000 400 | VRCameraPitch = 0 401 | VRHeadUpDisplayScale = 0.300000 402 | VRHeadRotationScale = 5.000000 403 | VRHeadRotationEnabled = False 404 | VRHeadRotationSmoothing = False 405 | [Achievements] 406 | AchievementsChallengeMode = True 407 | AchievementsEncoreMode = False 408 | AchievementsUnofficial = False 409 | AchievementsLeaderboardTrackerPos = 3 410 | AchievementsLeaderboardStartedOrFailedPos = 3 411 | AchievementsLeaderboardSubmittedPos = 3 412 | AchievementsProgressPos = 3 413 | AchievementsChallengePos = 3 414 | AchievementsUnlockedPos = 4 415 | [ControlMapping] 416 | Up = 1-19,10-19 417 | Down = 1-20,10-20 418 | Left = 1-21,10-21 419 | Right = 1-22,10-22 420 | Circle = 1-52,10-190 421 | Cross = 1-54,10-189 422 | Square = 1-29,10-191 423 | Triangle = 1-47,10-188 424 | Start = 1-62,10-197 425 | Select = 1-66,10-196 426 | L = 10-193 427 | R = 10-192 428 | An.Up = 1-37,10-4003 429 | An.Down = 1-39,10-4002 430 | An.Left = 1-38,10-4001 431 | An.Right = 1-40,10-4000 432 | Analog limiter = 1-60 433 | RapidFire = 1-59 434 | Fast-forward = 10-4010 435 | SpeedToggle = 1-68 436 | Pause = 1-111,10-109,10-104 437 | Rewind = 1-67 438 | -------------------------------------------------------------------------------- /configs/ULUS10466_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10466 - TEKKEN 6 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = False 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 7.333332 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 111 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = True 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 2 61 | HighQualityDepth = 1 62 | FrameSkip = 1 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 0 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/ULUS10469_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10469 - Dante's Inferno™ 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 399.666626 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 111 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = False 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 1 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 3 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 0 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | -------------------------------------------------------------------------------- /configs/ULUS10476_ppsspp.ini: -------------------------------------------------------------------------------- 1 | # Game config for ULUS10476 - IL-2 STURMOVIK: BIRDS OF PREY 2 | # Use me with Vulkan backend 3 | [General] 4 | ForceLagSync2 = True 5 | AutoLoadSaveState = 0 6 | EnableCheats = True 7 | CwCheatRefreshRate = 77 8 | CwCheatScrollPosition = 2444.000000 9 | ScreenshotsAsPNG = False 10 | StateSlot = 0 11 | EnableStateUndo = True 12 | RewindSnapshotInterval = 0 13 | RightAnalogUp = 0 14 | RightAnalogDown = 0 15 | RightAnalogLeft = 0 16 | RightAnalogRight = 0 17 | RightAnalogPress = 0 18 | RightAnalogCustom = False 19 | RightAnalogDisableDiagonal = False 20 | SwipeUp = 0 21 | SwipeDown = 0 22 | SwipeLeft = 0 23 | SwipeRight = 0 24 | SwipeSensitivity = 1.000000 25 | SwipeSmoothing = 0.300000 26 | DoubleTapGesture = 0 27 | GestureControlEnabled = False 28 | AutoSaveSymbolMap = False 29 | CacheFullIsoInRam = False 30 | InternalScreenRotation = 1 31 | PauseWhenMinimized = False 32 | DumpDecryptedEboots = False 33 | MemStickInserted = True 34 | EnablePlugins = True 35 | IgnoreCompatSettings = 36 | [CPU] 37 | CPUCore = 1 38 | SeparateSASThread = True 39 | IOTimingMethod = 0 40 | FastMemoryAccess = True 41 | FunctionReplacements = True 42 | PreloadFunctions = False 43 | JitDisableFlags = 0x00000000 44 | CPUSpeed = 111 45 | [Graphics] 46 | EnableCardboardVR = False 47 | CardboardScreenSize = 50 48 | CardboardXShift = 0 49 | CardboardYShift = 0 50 | iShowStatusFlags = 6 51 | UseGeometryShader = False 52 | SkipBufferEffects = True 53 | DisableRangeCulling = False 54 | SoftwareRenderer = False 55 | SoftwareRendererJit = True 56 | HardwareTransform = True 57 | SoftwareSkinning = True 58 | TextureFiltering = 1 59 | Smart2DTexFiltering = False 60 | InternalResolution = 2 61 | HighQualityDepth = 1 62 | FrameSkip = 0 63 | FrameSkipType = 0 64 | AutoFrameSkip = False 65 | StereoRendering = False 66 | StereoToMonoShader = RedBlue 67 | FrameRate = 0 68 | FrameRate2 = -1 69 | AnalogFrameRate = 240 70 | UnthrottlingMode = CONTINUOUS 71 | AnisotropyLevel = 0 72 | MultiSampleLevel = 0 73 | TextureBackoffCache = True 74 | BufferFiltering = 1 75 | DisplayOffsetX = 0.500000 76 | DisplayOffsetY = 0.500000 77 | DisplayScale = 1.000000 78 | DisplayIntegerScale = False 79 | DisplayAspectRatio = 1.000000 80 | DisplayStretch = False 81 | DisplayCropTo16x9 = True 82 | ImmersiveMode = True 83 | SustainedPerformanceMode = False 84 | ReplaceTextures = True 85 | SaveNewTextures = False 86 | IgnoreTextureFilenames = False 87 | TexScalingLevel = 1 88 | TexScalingType = 0 89 | TexDeposterize = False 90 | TexHardwareScaling = False 91 | VSync = False 92 | BloomHack = 0 93 | SplineBezierQuality = 0 94 | HardwareTessellation = False 95 | TextureShader = Off 96 | ShaderChainRequires60FPS = False 97 | GowForce30FPS = True 98 | SkipGPUReadbackMode = 0 99 | RenderDuplicateFrames = False 100 | [Sound] 101 | Enable = True 102 | AudioBackend = 0 103 | GlobalVolume = 10 104 | ReverbVolume = 10 105 | AltSpeedVolume = -1 106 | AchievementSoundVolume = 6 107 | [Control] 108 | HapticFeedback = False 109 | ShowTouchCross = True 110 | ShowTouchCircle = True 111 | ShowTouchSquare = True 112 | ShowTouchTriangle = True 113 | Custom0Mapping = 0x0000000000000000 114 | Custom0Image = 0 115 | Custom0Shape = 0 116 | Custom0Toggle = False 117 | Custom0Repeat = False 118 | Custom1Mapping = 0x0000000000000000 119 | Custom1Image = 1 120 | Custom1Shape = 0 121 | Custom1Toggle = False 122 | Custom1Repeat = False 123 | Custom2Mapping = 0x0000000000000000 124 | Custom2Image = 2 125 | Custom2Shape = 0 126 | Custom2Toggle = False 127 | Custom2Repeat = False 128 | Custom3Mapping = 0x0000000000000000 129 | Custom3Image = 3 130 | Custom3Shape = 0 131 | Custom3Toggle = False 132 | Custom3Repeat = False 133 | Custom4Mapping = 0x0000000000000000 134 | Custom4Image = 4 135 | Custom4Shape = 0 136 | Custom4Toggle = False 137 | Custom4Repeat = False 138 | Custom5Mapping = 0x0000000000000000 139 | Custom5Image = 0 140 | Custom5Shape = 1 141 | Custom5Toggle = False 142 | Custom5Repeat = False 143 | Custom6Mapping = 0x0000000000000000 144 | Custom6Image = 1 145 | Custom6Shape = 1 146 | Custom6Toggle = False 147 | Custom6Repeat = False 148 | Custom7Mapping = 0x0000000000000000 149 | Custom7Image = 2 150 | Custom7Shape = 1 151 | Custom7Toggle = False 152 | Custom7Repeat = False 153 | Custom8Mapping = 0x0000000000000000 154 | Custom8Image = 3 155 | Custom8Shape = 1 156 | Custom8Toggle = False 157 | Custom8Repeat = False 158 | Custom9Mapping = 0x0000000000000000 159 | Custom9Image = 4 160 | Custom9Shape = 1 161 | Custom9Toggle = False 162 | Custom9Repeat = False 163 | Custom10Mapping = 0x0000000000000000 164 | Custom10Image = 0 165 | Custom10Shape = 2 166 | Custom10Toggle = False 167 | Custom10Repeat = False 168 | Custom11Mapping = 0x0000000000000000 169 | Custom11Image = 1 170 | Custom11Shape = 2 171 | Custom11Toggle = False 172 | Custom11Repeat = False 173 | Custom12Mapping = 0x0000000000000000 174 | Custom12Image = 2 175 | Custom12Shape = 2 176 | Custom12Toggle = False 177 | Custom12Repeat = False 178 | Custom13Mapping = 0x0000000000000000 179 | Custom13Image = 3 180 | Custom13Shape = 2 181 | Custom13Toggle = False 182 | Custom13Repeat = False 183 | Custom14Mapping = 0x0000000000000000 184 | Custom14Image = 4 185 | Custom14Shape = 2 186 | Custom14Toggle = False 187 | Custom14Repeat = False 188 | Custom15Mapping = 0x0000000000000000 189 | Custom15Image = 0 190 | Custom15Shape = 9 191 | Custom15Toggle = False 192 | Custom15Repeat = False 193 | Custom16Mapping = 0x0000000000000000 194 | Custom16Image = 1 195 | Custom16Shape = 9 196 | Custom16Toggle = False 197 | Custom16Repeat = False 198 | Custom17Mapping = 0x0000000000000000 199 | Custom17Image = 2 200 | Custom17Shape = 9 201 | Custom17Toggle = False 202 | Custom17Repeat = False 203 | Custom18Mapping = 0x0000000000000000 204 | Custom18Image = 3 205 | Custom18Shape = 9 206 | Custom18Toggle = False 207 | Custom18Repeat = False 208 | Custom19Mapping = 0x0000000000000000 209 | Custom19Image = 4 210 | Custom19Shape = 9 211 | Custom19Toggle = False 212 | Custom19Repeat = False 213 | fcombo0X = 0.607813 214 | fcombo0Y = 0.500000 215 | comboKeyScale0 = 1.150000 216 | ShowComboKey0 = False 217 | fcombo1X = 0.697656 218 | fcombo1Y = 0.500000 219 | comboKeyScale1 = 1.150000 220 | ShowComboKey1 = False 221 | fcombo2X = 0.787500 222 | fcombo2Y = 0.500000 223 | comboKeyScale2 = 1.150000 224 | ShowComboKey2 = False 225 | fcombo3X = 0.607813 226 | fcombo3Y = 0.333333 227 | comboKeyScale3 = 1.150000 228 | ShowComboKey3 = False 229 | fcombo4X = 0.697656 230 | fcombo4Y = 0.333333 231 | comboKeyScale4 = 1.150000 232 | ShowComboKey4 = False 233 | fcombo5X = 0.392188 234 | fcombo5Y = 0.500000 235 | comboKeyScale5 = 1.150000 236 | ShowComboKey5 = False 237 | fcombo6X = 0.302344 238 | fcombo6Y = 0.500000 239 | comboKeyScale6 = 1.150000 240 | ShowComboKey6 = False 241 | fcombo7X = 0.212500 242 | fcombo7Y = 0.500000 243 | comboKeyScale7 = 1.150000 244 | ShowComboKey7 = False 245 | fcombo8X = 0.392188 246 | fcombo8Y = 0.333333 247 | comboKeyScale8 = 1.150000 248 | ShowComboKey8 = False 249 | fcombo9X = 0.302344 250 | fcombo9Y = 0.333333 251 | comboKeyScale9 = 1.150000 252 | ShowComboKey9 = False 253 | fcombo10X = 0.607506 254 | fcombo10Y = 0.582754 255 | comboKeyScale10 = 1.150000 256 | ShowComboKey10 = False 257 | fcombo11X = 0.697420 258 | fcombo11Y = 0.582754 259 | comboKeyScale11 = 1.150000 260 | ShowComboKey11 = False 261 | fcombo12X = 0.787334 262 | fcombo12Y = 0.582754 263 | comboKeyScale12 = 1.150000 264 | ShowComboKey12 = False 265 | fcombo13X = 0.607506 266 | fcombo13Y = 0.415855 267 | comboKeyScale13 = 1.150000 268 | ShowComboKey13 = False 269 | fcombo14X = 0.697420 270 | fcombo14Y = 0.415855 271 | comboKeyScale14 = 1.150000 272 | ShowComboKey14 = False 273 | fcombo15X = 0.391712 274 | fcombo15Y = 0.582754 275 | comboKeyScale15 = 1.150000 276 | ShowComboKey15 = False 277 | fcombo16X = 0.301798 278 | fcombo16Y = 0.582754 279 | comboKeyScale16 = 1.150000 280 | ShowComboKey16 = False 281 | fcombo17X = 0.211884 282 | fcombo17Y = 0.582754 283 | comboKeyScale17 = 1.150000 284 | ShowComboKey17 = False 285 | fcombo18X = 0.391712 286 | fcombo18Y = 0.415855 287 | comboKeyScale18 = 1.150000 288 | ShowComboKey18 = False 289 | fcombo19X = 0.301798 290 | fcombo19Y = 0.415855 291 | comboKeyScale19 = 1.150000 292 | ShowComboKey19 = False 293 | ShowTouchControls = False 294 | DisableDpadDiagonals = False 295 | GamepadOnlyFocused = False 296 | TouchButtonStyle = 1 297 | TouchButtonOpacity = 65 298 | TouchButtonHideSeconds = 20 299 | AutoCenterTouchAnalog = False 300 | StickyTouchDPad = False 301 | TouchSnapToGrid = False 302 | TouchSnapGridSize = 64 303 | ActionButtonSpacing2 = 1.000000 304 | ActionButtonCenterX = 0.906250 305 | ActionButtonCenterY = 0.833333 306 | ActionButtonScale = 1.150000 307 | DPadX = 0.111719 308 | DPadY = 0.600000 309 | DPadScale = 1.150000 310 | ShowTouchDpad = True 311 | DPadSpacing = 1.000000 312 | StartKeyX = 0.589844 313 | StartKeyY = 0.904167 314 | StartKeyScale = 1.150000 315 | ShowTouchStart = True 316 | SelectKeyX = 0.500000 317 | SelectKeyY = 0.904167 318 | SelectKeyScale = 1.150000 319 | ShowTouchSelect = True 320 | UnthrottleKeyX = 0.410156 321 | UnthrottleKeyY = 0.904167 322 | UnthrottleKeyScale = 1.150000 323 | ShowTouchUnthrottle = True 324 | LKeyX = 0.053906 325 | LKeyY = 0.393056 326 | LKeyScale = 1.150000 327 | ShowTouchLTrigger = True 328 | RKeyX = 0.946094 329 | RKeyY = 0.393056 330 | RKeyScale = 1.150000 331 | ShowTouchRTrigger = True 332 | AnalogStickX = 0.111719 333 | AnalogStickY = 0.872222 334 | AnalogStickScale = 1.150000 335 | ShowAnalogStick = True 336 | RightAnalogStickX = 0.906250 337 | RightAnalogStickY = 0.872222 338 | RightAnalogStickScale = 1.150000 339 | ShowRightAnalogStick = False 340 | AnalogDeadzone = 0.150000 341 | AnalogInverseDeadzone = 0.000000 342 | AnalogSensitivity = 1.100000 343 | AnalogIsCircular = True 344 | AnalogAutoRotSpeed = 8.000000 345 | LeftStickHeadScale = 1.000000 346 | RightStickHeadScale = 1.000000 347 | HideStickBackground = False 348 | UseMouse = False 349 | MapMouse = False 350 | ConfineMap = False 351 | MouseSensitivity = 0.100000 352 | MouseSmoothing = 0.900000 353 | MouseWheelUpDelayMs = 80 354 | AnalogGesture = False 355 | AnalogGestureSensibility = 1.000000 356 | [Network] 357 | EnableWlan = False 358 | EnableAdhocServer = False 359 | proAdhocServer = socom.cc 360 | PortOffset = 10000 361 | MinTimeout = 0 362 | ForcedFirstConnect = False 363 | EnableUPnP = False 364 | UPnPUseOriginalPort = False 365 | EnableNetworkChat = False 366 | ChatButtonPosition = 0 367 | ChatScreenPosition = 0 368 | EnableQuickChat = True 369 | QuickChat1 = Quick Chat 1 370 | QuickChat2 = Quick Chat 2 371 | QuickChat3 = Quick Chat 3 372 | QuickChat4 = Quick Chat 4 373 | QuickChat5 = Quick Chat 5 374 | [SystemParam] 375 | PSPModel = 1 376 | PSPFirmwareVersion = 660 377 | NickName = PPSSPP 378 | MacAddress = b4:1a:14:c1:be:a3 379 | GameLanguage = -1 380 | ParamTimeFormat = 0 381 | ParamDateFormat = 0 382 | TimeZone = 0 383 | DayLightSavings = False 384 | ButtonPreference = 0 385 | LockParentalLevel = 0 386 | WlanAdhocChannel = 0 387 | WlanPowerSave = False 388 | EncryptSave = True 389 | [VR] 390 | VREnable = True 391 | VREnable6DoF = True 392 | VREnableStereo = False 393 | VREnableMotions = True 394 | VRForce72Hz = True 395 | VRManualForceVR = False 396 | VRPassthrough = False 397 | VRRescaleHUD = True 398 | VRCameraDistance = 0.000000 399 | VRCameraHeight = 0.000000 400 | VRCameraSide = 0.000000 401 | VRCameraPitch = 0 402 | VRHeadUpDisplayScale = 0.300000 403 | VRHeadRotationScale = 5.000000 404 | VRHeadRotationEnabled = False 405 | VRHeadRotationSmoothing = False 406 | [Achievements] 407 | AchievementsChallengeMode = True 408 | AchievementsEncoreMode = False 409 | AchievementsUnofficial = False 410 | AchievementsLeaderboardTrackerPos = 3 411 | AchievementsLeaderboardStartedOrFailedPos = 3 412 | AchievementsLeaderboardSubmittedPos = 3 413 | AchievementsProgressPos = 3 414 | AchievementsChallengePos = 3 415 | AchievementsUnlockedPos = 4 416 | [ControlMapping] 417 | Up = 1-19,10-19 418 | Down = 1-20,10-20 419 | Left = 1-21,10-21 420 | Right = 1-22,10-22 421 | Circle = 1-52,10-190 422 | Cross = 1-54,10-189 423 | Square = 1-29,10-191 424 | Triangle = 1-47,10-188 425 | Start = 1-62,10-197 426 | Select = 1-66,10-196 427 | L = 10-193 428 | R = 10-192 429 | An.Up = 1-37,10-4003 430 | An.Down = 1-39,10-4002 431 | An.Left = 1-38,10-4001 432 | An.Right = 1-40,10-4000 433 | Analog limiter = 1-60 434 | RapidFire = 1-59 435 | Fast-forward = 10-4010 436 | SpeedToggle = 1-68 437 | Pause = 1-111,10-109,10-104 438 | Rewind = 1-67 439 | --------------------------------------------------------------------------------