mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-10 21:05:17 +01:00
Version 7
This commit is contained in:
parent
63a899dbdc
commit
39c2b6bf21
@ -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
|
||||
|
@ -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
|
||||
|
6
meta.xml
6
meta.xml
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>UAE</name>
|
||||
<coder>Simon Kagstrom</coder>
|
||||
<version>6</version>
|
||||
<release_date>20111023</release_date>
|
||||
<version>7</version>
|
||||
<release_date>20111127</release_date>
|
||||
<short_description>Amiga emulator</short_description>
|
||||
<long_description>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</long_description>
|
||||
<long_description>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)</long_description>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user