mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 15:19:15 +01:00
1.1
This commit is contained in:
parent
aafb1122b6
commit
42ccfcef0c
8
README
8
README
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- DOSBox Wii -
|
- DOSBox Wii -
|
||||||
Version 1.0
|
Version 1.1
|
||||||
http://code.google.com/p/dosbox-wii
|
http://code.google.com/p/dosbox-wii
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -18,6 +18,12 @@ A port of DOSBox to the Wii using SDL Wii.
|
|||||||
|
|
||||||
-=[ Update History ]=-
|
-=[ 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]
|
[1.0 - October 9, 2009]
|
||||||
|
|
||||||
* Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui)
|
* Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "wiihardware.h"
|
#include "wiihardware.h"
|
||||||
|
|
||||||
#define THREAD_SLEEP 100
|
#define THREAD_SLEEP 100
|
||||||
#define APPVERSION "1.0"
|
#define APPVERSION "1.1"
|
||||||
|
|
||||||
static GuiImageData * pointer[4];
|
static GuiImageData * pointer[4];
|
||||||
static GuiWindow * mainWindow = NULL;
|
static GuiWindow * mainWindow = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user