PPSSPP - RetroBIOS¶
Pack structure
- libretro: PPSSPP
Technical notes
Full HLE emulator. No Sony firmware or BIOS required. All PSP kernel modules (flash0:/kd/*.prx) are reimplemented in C++. Libretro core loads assets from system/PPSSPP/ via VFS. Assets include replacement PGF fonts (18 files in flash0/font/), game compatibility database (compat.ini), language mapping (langregion.ini), and post-processing shaders (shaders/). Libretro fork (2020-03-18) behind upstream. PSP_DEFAULT_FIRMWARE = 660 (Core/ConfigValues.h:40).
2 files | 0 required, 2 optional | 2 in repo, 0 missing
ppge_atlas.zim optional in repo
PPGe dialog texture atlas for save/load dialogs, on-screen keyboard, system UI
ppge_atlas.meta optional in repo
PPGe atlas metadata (glyph positions, UV coords)
- Path:
PPSSPP/ppge_atlas.meta - Source:
Core/Util/PPGeDraw.cpp:235-237 - Loaded after ppge_atlas.zim. Without it, dialog UI has no glyph layout.
Data directories¶
ppsspp-assets>``
Generated on 2026-04-18T08:05:07Z