« Back to Reports

PPSSPP

Reported by Ashthorne Gaming
Submitted on June 15, 2026
Status Works with Tweaks
Game Type Linux
System Kazeta+
Runtime None
Store Store Link
DRM DRM-Free
Compression ❌ Untested
Notes:

The emulator runs fine. I've had to remap the L/R buttons on my controller as they did not match the default controller config. The d-pad was reversed so I had to make this .yaml file:

version: 1
kind: DeviceProfile
name: D-pad reversal
description: Reverses the D-pad input. Useful for Kazeta for native Linux games.
mapping:
- name: up to down
source_event:
gamepad:
button: DPadUp
target_events:
- gamepad:
button: DPadDown
- name: down to up
source_event:
gamepad:
button: DPadDown
target_events:
- gamepad:
button: DPadUp
- name: left to right
source_event:
gamepad:
button: DPadLeft
target_events:
- gamepad:
button: DPadRight
- name: right to left
source_event:
gamepad:
button: DPadRight
target_events:
- gamepad:
button: DPadLeft

Configuration (.kzi):
Name=PPSSPP
Id=ppsspp
Exec=./PPSSPP-v1.20.4-anylinux-x86_64.AppImage
Icon=icon.png
Runtime=
Controller=dpad-reversal.yaml