From 39c2b6bf214a0e371c0d2098907ed75378c5dea9 Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Sun, 27 Nov 2011 10:12:21 +0000 Subject: [PATCH] Version 7 --- CHANGES.wii | 7 +++++++ Makefile.wii | 3 ++- meta.xml | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.wii b/CHANGES.wii index f08ca61..c9efa38 100644 --- a/CHANGES.wii +++ b/CHANGES.wii @@ -1,3 +1,10 @@ +version 7: + *Fixed Hardfile and virtual filesystem support + *Added virtual keyboard + *Added several menu options (immediate blits, collision level, real CPU speed, scanlines, ntsc and sound) + *Menu reorganization + *Other small improvements + version 6: *(build) Update to devkitpro r24 and libogc 1.8.8 * Added SMB support diff --git a/Makefile.wii b/Makefile.wii index 9a90950..5074470 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -155,9 +155,10 @@ LDFLAGS := $(COMMON_FLAGS) -L$(LIB_DIR) -L$(PORTLIBS)/lib -L$(DEVKITPRO)/libog dist:uae.dol install -d $@/apps/uae install -d $@/uae - install -d $@/uae/floppies install -d $@/uae/roms + install -d $@/uae/floppies install -d $@/uae/harddisks + install -d $@/uae/harddir install -d $@/uae/saves echo "dummy" > $@/uae/roms/put-your-kick-dot-rom-here echo "dummy" > $@/uae/floppies/dummy diff --git a/meta.xml b/meta.xml index 77b5377..d70e671 100644 --- a/meta.xml +++ b/meta.xml @@ -2,8 +2,8 @@ UAE Simon Kagstrom - 6 - 20111023 + 7 + 20111127 Amiga emulator - UAE is an Amiga emulator written by Bernd Schmidt et al, see http://amigaemulator.org. The port to Wii was done by Simon Kagstrom, with help from Christopher Follett, "Knitax" and Fabio Olimpieri + UAE is an Amiga emulator written by Bernd Schmidt et al, see http://amigaemulator.org. The port to Wii was done by Simon Kagstrom, with help from Christopher Follett, "Knitax" and Fabio Olimpieri (Oibaf)