finalize 1.7

This commit is contained in:
dborth 2012-06-30 06:51:15 +00:00
parent 49f57250b5
commit c9fc90cc15
2 changed files with 8 additions and 2 deletions

8
README
View File

@ -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

View File

@ -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;