mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-07-25 03:37:20 +02:00

- compiles with latest devkitppc (r15) - now uses libfat (can use front sd slot on wii) - updated menu items a bit - wiimote support - fixed: autoload sram/freeze - fixed: rom plays immediately after loading
25 lines
444 B
Bash
25 lines
444 B
Bash
#!/bin/bash
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-mcslota Makefile
|
|
make
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-sdslota Makefile
|
|
make
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-sdslotb Makefile
|
|
make
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-smb Makefile
|
|
make
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-noload Makefile
|
|
make
|
|
|
|
touch source/ngc/snes9xGX.h
|
|
cp makefiles/Makefile-mcslotb Makefile
|
|
make |