This commit is contained in:
dborth 2009-10-28 02:07:04 +00:00
parent aafb1122b6
commit 42ccfcef0c
2 changed files with 8 additions and 2 deletions

8
README
View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- DOSBox Wii -
Version 1.0
Version 1.1
http://code.google.com/p/dosbox-wii
(Under GPL License)
@ -18,6 +18,12 @@ A port of DOSBox to the Wii using SDL Wii.
-=[ Update History ]=-
[1.1 - October 27, 2009]
* Fixed "black screen" issue with numerous games
* Minor optimizations and bug fixes
* Updated to latest DOSBox SVN
[1.0 - October 9, 2009]
* Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui)

View File

@ -20,7 +20,7 @@
#include "wiihardware.h"
#define THREAD_SLEEP 100
#define APPVERSION "1.0"
#define APPVERSION "1.1"
static GuiImageData * pointer[4];
static GuiWindow * mainWindow = NULL;