mirror of
https://github.com/libretro/RetroArch
synced 2025-01-28 14:54:03 +00:00
Merge branch 'ssnes-consoles' of github.com:Themaister/SSNES into ssnes-consoles
This commit is contained in:
commit
ab3cf8daca
@ -88,7 +88,7 @@ $(PPU_TARGET): $(OBJ)
|
|||||||
|
|
||||||
pkg: $(PPU_TARGET)
|
pkg: $(PPU_TARGET)
|
||||||
$(MAKE_FSELF_NPDRM) $(PPU_TARGET) ps3/pkg/USRDIR/EBOOT.BIN
|
$(MAKE_FSELF_NPDRM) $(PPU_TARGET) ps3/pkg/USRDIR/EBOOT.BIN
|
||||||
$(MAKE_PACKAGE_NPDRM) ps3/pkg/package.conf pkg
|
$(MAKE_PACKAGE_NPDRM) ps3/pkg/package.conf ps3/pkg
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
#include <sys/process.h>
|
||||||
int ssnes_main(int argc, char *argv[]);
|
int ssnes_main(int argc, char *argv[]);
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
SYS_PROCESS_PARAM(1001, 0x100000)
|
||||||
|
|
||||||
#undef main
|
#undef main
|
||||||
// Temporary, a more sane implementation should go here.
|
// Temporary, a more sane implementation should go here.
|
||||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
Content-ID = UP0001-SSNES1000_00-0000000000000001
|
Content-ID = UP0001-SSNE10000_00-0000000000000001
|
||||||
k_licensee = 0x00000000000000000000000000000000
|
k_licensee = 0x00000000000000000000000000000000
|
||||||
DRM_Type = Local
|
DRM_Type = Local
|
||||||
Content_Type = Game_Exec
|
Content_Type = Game_Exec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user