diff --git a/CHANGES.WII b/CHANGES.WII index 9ae9dd9..0605a2e 100644 --- a/CHANGES.WII +++ b/CHANGES.WII @@ -1,3 +1,7 @@ +version 5: + + -- Simon Kagstrom , + version 4: * (Binary only) link with Yohanes version of SDL (http://wiiapple.googlecode.com). This might bring USB keyboard support, but that's untested. diff --git a/Makefile b/Makefile index 6c60274..6a65168 100644 --- a/Makefile +++ b/Makefile @@ -118,10 +118,6 @@ dist: $(BUILD) cp meta.xml $@/apps/frodo/ cp icon.png $@/apps/frodo/ cp FreeMono.ttf $@/apps/frodo/ - cp "Kernal ROM" $@/apps/frodo/Kernal_ROM - cp "Char ROM" $@/apps/frodo/Char_ROM - cp "1541 ROM" $@/apps/frodo/1541_ROM - cp "Basic ROM" $@/apps/frodo/Basic_ROM cp frodorc $@/apps/frodo/ cd $@ && tar -czf ../frodo-wii-bin.tar.gz * diff --git a/Src/Prefs.cpp b/Src/Prefs.cpp index c6658bf..8cbb238 100644 --- a/Src/Prefs.cpp +++ b/Src/Prefs.cpp @@ -89,7 +89,7 @@ Prefs::Prefs() this->JoystickKeyBinding[i] = -1; this->DisplayOption = 0; - this->MsPerFrame = 38; + this->MsPerFrame = 28; #endif } diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..8c2703d Binary files /dev/null and b/icon.png differ