mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-07-26 03:37:22 +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
10 lines
140 B
Bash
10 lines
140 B
Bash
#!/bin/bash
|
|
|
|
#OS="macosx"
|
|
OS="win32"
|
|
#OS="linux"
|
|
|
|
echo Compiling inject.c for ${OS}...
|
|
cp makefiles/Makefile-inject-${OS} Makefile
|
|
make
|
|
echo |