| Status | Works with Tweaks |
| Game Type | Emulated |
| System | Kazeta+ |
| Runtime | None |
| Store | Store Link |
| DRM | DRM-Free |
| Compression | ❌ Untested |
The game runs fine under PPSSPP. To run mods, I've made a config folder named "PPSSPP-v1.20.4-anylinux-x86_64.AppImage.config" on root of the cartridge where my PPSSPP AppImage was, and launched it beforehand to create the folder structure. I've also 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
Name=Dissidia 012 Final Fantasy Id=dissidia-012-final-fantasy Exec=./PPSSPP-v1.20.4-anylinux-x86_64.AppImage ./"Dissidia 012 - Duodecim Final Fantasy (USA).iso" Icon=dissidia012finalfantasy.png Runtime= Controller=dpad-reversal.yaml