Remove psp1 rule

This commit is contained in:
twinaphex 2017-09-02 02:51:49 +02:00
parent bd619d41ed
commit ddacfadc36
1 changed files with 0 additions and 9 deletions

View File

@ -714,15 +714,6 @@ libretro_ppsspp_git_submodules="yes"
libretro_ppsspp_build_subdir="libretro"
libretro_ppsspp_build_opengl="yes"
include_core_psp1() {
register_module core "psp1" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
}
libretro_psp1_name="PSP1"
libretro_psp1_git_url="https://github.com/libretro/PSP1.git"
libretro_psp1_git_submodules="yes"
libretro_psp1_build_subdir="libretro"
libretro_psp1_build_opengl="yes"
include_core_prosystem() {
register_module core "prosystem" -ngc -ps3 -wii
}