From 42ccfcef0c627f468489346ca0efa08065104c7c Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 28 Oct 2009 02:07:04 +0000 Subject: [PATCH] 1.1 --- README | 8 +++++++- src/platform/wii/menu.cpp | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index c63bcc2..64f14fd 100644 --- a/README +++ b/README @@ -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) diff --git a/src/platform/wii/menu.cpp b/src/platform/wii/menu.cpp index b658f73..6b7ba9b 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.0" +#define APPVERSION "1.1" static GuiImageData * pointer[4]; static GuiWindow * mainWindow = NULL;