From 0485f783b3ac989be63b8d23b084b72c4cd00286 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 15 Feb 2011 16:42:55 +0100 Subject: [PATCH] Updates for Win32. --- Makefile.win32 | 2 +- qb/config.params.sh | 2 +- ssnes.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.win32 b/Makefile.win32 index 8872593c75..afe591b0b9 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -99,7 +99,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win32-0.2.2.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll libsamplerate-0.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(JTARGET) + zip -r ssnes-win32-0.3-beta.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll libsamplerate-0.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(JTARGET) libs: wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate diff --git a/qb/config.params.sh b/qb/config.params.sh index 8a597cde2c..5a39c50076 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -1,7 +1,7 @@ . qb/qb.params.sh PACKAGE_NAME=ssnes -PACKAGE_VERSION=0.2.2 +PACKAGE_VERSION=0.3-beta # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index 2665f9521b..9b71d17c7a 100644 --- a/ssnes.c +++ b/ssnes.c @@ -289,7 +289,7 @@ static void fill_pathname(char *out_path, char *in_path, const char *replace) #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.2.2" +#define PACKAGE_VERSION "0.3-beta" #endif #include "config.features.h" @@ -321,9 +321,9 @@ static void print_features(void) static void print_help(void) { - puts("============================================================="); + puts("==================================================================="); puts("ssnes: Simple Super Nintendo Emulator (libsnes) -- v" PACKAGE_VERSION " --"); - puts("============================================================="); + puts("==================================================================="); puts("Usage: ssnes [rom file] [-h/--help | -c/--config | -v/--verbose | -4/--multitap | -j/--justifier | -J/--justifiers | -S/--savestate | -m/--mouse | -g/--gameboy | -b/--bsx | -B/--bsxslot | --sufamiA | --sufamiB | -p/--scope | -s/--save" FFMPEG_HELP_QUARK "]"); puts("\t-h/--help: Show this help message"); puts("\t-s/--save: Path for save file (*.srm). Required when rom is input from stdin");