mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Updates for RC3.
This commit is contained in:
parent
d7b3f39136
commit
f26b54c998
@ -166,10 +166,10 @@ clean:
|
|||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
|
||||||
dist_x86: all
|
dist_x86: all
|
||||||
zip -r ssnes-win32-0.9-rc2.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
|
zip -r ssnes-win32-0.9-rc3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
|
||||||
|
|
||||||
dist_x86_64: all
|
dist_x86_64: all
|
||||||
zip -r ssnes-win64-0.9-rc2.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
|
zip -r ssnes-win64-0.9-rc3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
|
||||||
|
|
||||||
libs_x86:
|
libs_x86:
|
||||||
wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate
|
wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
. qb/qb.params.sh
|
. qb/qb.params.sh
|
||||||
|
|
||||||
PACKAGE_NAME=ssnes
|
PACKAGE_NAME=ssnes
|
||||||
PACKAGE_VERSION=0.9-rc2
|
PACKAGE_VERSION=0.9-rc3
|
||||||
|
|
||||||
# Adds a command line opt to ./configure --help
|
# Adds a command line opt to ./configure --help
|
||||||
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
|
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
|
||||||
|
4
ssnes.c
4
ssnes.c
@ -15,7 +15,6 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <libsnes.hpp>
|
#include <libsnes.hpp>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -44,7 +43,6 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
// OSX seems to really need -lSDLmain,
|
// OSX seems to really need -lSDLmain,
|
||||||
@ -329,7 +327,7 @@ static int16_t input_state(bool port, unsigned device, unsigned index, unsigned
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define PACKAGE_VERSION "0.9-rc2"
|
#define PACKAGE_VERSION "0.9-rc3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "config.features.h"
|
#include "config.features.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user