diff options
Diffstat (limited to 'Makefile.retrostone')
-rw-r--r-- | Makefile.retrostone | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.retrostone b/Makefile.retrostone index f0d41b8..0857a1e 100644 --- a/Makefile.retrostone +++ b/Makefile.retrostone @@ -1,9 +1,9 @@ -PRGNAME = PocketSNES +PRGNAME = snes9x -VIDEO_BACKEND = sdl +VIDEO_BACKEND = retrostone INPUT_BACKEND = sdl SOUND_BACKEND = alsa -PROFILE = 0 +PROFILE = APPLY # define regarding OS, which compiler to use CC = /opt/retrostone-toolchain/bin/arm-buildroot-linux-musleabihf-gcc |