From c9fc90cc15865c51df3df3c08e182455e46af888 Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 30 Jun 2012 06:51:15 +0000 Subject: [PATCH] finalize 1.7 --- README | 8 +++++++- src/platform/wii/menu.cpp | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 93de2b8..fe63f19 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤ - DOSBox Wii - - Version 1.6 + Version 1.7 http://code.google.com/p/dosbox-wii (Under GPL License) @@ -19,6 +19,12 @@ A port of DOSBox to the Wii using SDL Wii. -=[ Update History ]=- +[1.7 - June 30, 2012] + +* Support for newer Wiimotes +* Updated to latest DOSBox SVN +* Updated to latest libogc and devkitPPC + [1.6 - July 6, 2011] * Updated to latest DOSBox SVN diff --git a/src/platform/wii/menu.cpp b/src/platform/wii/menu.cpp index 8280089..7a21399 100644 --- a/src/platform/wii/menu.cpp +++ b/src/platform/wii/menu.cpp @@ -20,7 +20,7 @@ #include "wiihardware.h" #define THREAD_SLEEP 100 -#define APPVERSION "1.6" +#define APPVERSION "1.7" static GuiImageData * pointer[4]; static GuiWindow * mainWindow = NULL;