mirror of
https://github.com/libretro/libretro-super
synced 2025-04-09 18:44:44 +00:00
Add play rule
This commit is contained in:
parent
67fc0bb867
commit
8d8bcff255
@ -893,6 +893,14 @@ libretro_ppsspp_git_submodules="yes"
|
|||||||
libretro_ppsspp_build_subdir="libretro"
|
libretro_ppsspp_build_subdir="libretro"
|
||||||
libretro_ppsspp_build_opengl="yes"
|
libretro_ppsspp_build_opengl="yes"
|
||||||
|
|
||||||
|
include_core_play() {
|
||||||
|
register_module core "play" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||||
|
}
|
||||||
|
libretro_play_name="Play!"
|
||||||
|
libretro_play_git_url="https://github.com/libretro/Play-.git"
|
||||||
|
libretro_play_git_submodules="yes"
|
||||||
|
libretro_play_build_opengl="yes"
|
||||||
|
|
||||||
include_core_prosystem() {
|
include_core_prosystem() {
|
||||||
register_module core "prosystem" -ngc -ps3 -wii
|
register_module core "prosystem" -ngc -ps3 -wii
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user