diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-18 12:52:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:00:21 +0700 |
commit | d0b74bcc0a36568769a768c4dd23413f68ea8089 (patch) | |
tree | 48bee64c08894f00ac8495e900a3f132a83c534b /games | |
parent | 497d48274c33b887e9bffd29aee1fbd42bd70d93 (diff) | |
download | slackbuilds-d0b74bcc0a36568769a768c4dd23413f68ea8089.tar.gz |
games/ppsspp: Add missing file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/ppsspp/ppsspp_libretro.info | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/ppsspp/ppsspp_libretro.info b/games/ppsspp/ppsspp_libretro.info new file mode 100644 index 0000000000..b9d6c7815b --- /dev/null +++ b/games/ppsspp/ppsspp_libretro.info @@ -0,0 +1,19 @@ +display_name = "Sony - PlayStation Portable (PPSSPP)" +authors = "Henrik Hrydgard" +supported_extensions = "elf|iso|cso|prx|pbp" +corename = "PPSSPP" +manufacturer = "Sony" +categories = "Emulator" +systemname = "PSP" +systemid = "playstation_portable" +database = "Sony - PlayStation Portable" +license = "GPLv2" +permissions = "" +display_version = "Git" +supports_no_game = "false" +firmware_count = 1 +firmware0_desc = "ppge_atlas.zim (PPSSPP Data ROM)" +firmware0_path = "PPSSPP/ppge_atlas.zim" +firmware0_opt = "false" +notes = "(!) ppge_atlas.zim (md5): a93fc411c1ce7d001a2a812643c70085|(!) PPSSPP requires the asset files, lang folder, and flash0 folder inside the 'system\PPSSPP' directory.|(!) Check https://docs.libretro.com/library/ppsspp/#bios to find out how to get the assets files." +required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0" |