Remove duckstation custom, longer supported
This commit is contained in:
parent
209271bef5
commit
649e4c1696
4 changed files with 0 additions and 4 deletions
|
@ -36,5 +36,4 @@ makeinstall_target() {
|
|||
cp ${PKG_BUILD}/pcsx_rearmed_libretro.info ${INSTALL}/usr/lib/libretro/pcsx_rearmed32_libretro.info
|
||||
cp ${PKG_BUILD}/flycast_libretro.info ${INSTALL}/usr/lib/libretro/flycast_libretro_libretro.info
|
||||
cp ${PKG_BUILD}/flycast_libretro.info ${INSTALL}/usr/lib/libretro/flycast32_libretro.info
|
||||
cp ${PKG_BUILD}/duckstation_libretro.info ${INSTALL}/usr/lib/libretro/duckstation_custom_libretro.info
|
||||
}
|
||||
|
|
|
@ -85,7 +85,6 @@
|
|||
<core name="beetle_vb" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="beetle_wswan" features="decoration, netplay, rewind, autosave, cheevos" />
|
||||
<core name="duckstation" features="netplay, rewind, autosave" />
|
||||
<core name="duckstation_custom" features="netplay, rewind, autosave" />
|
||||
<core name="mesen-s" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="mesen" features="netplay, rewind, autosave, cheevos" />
|
||||
<core name="mgba" features="decoration, netplay, rewind, autosave, cheevos" />
|
||||
|
|
|
@ -1431,7 +1431,6 @@
|
|||
<core>pcsx_rearmed</core>
|
||||
<core>swanstation</core>
|
||||
<core>duckstation</core>
|
||||
<core>duckstation_custom</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="Duckstation">
|
||||
|
|
|
@ -1466,7 +1466,6 @@
|
|||
<cores>
|
||||
<core default="true">swanstation</core>
|
||||
<core>duckstation</core>
|
||||
<core>duckstation_custom</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
<emulator name="Duckstation">
|
||||
|
|
Loading…
Reference in a new issue