Fixed speed

This commit is contained in:
simon.kagstrom 2009-01-16 17:16:23 +00:00
parent cb5c7c49f9
commit 47cfca1a0c
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
version 5:
-- Simon Kagstrom <simon.kagstrom@gmail.com>,
version 4:
* (Binary only) link with Yohanes version of SDL (http://wiiapple.googlecode.com).
This might bring USB keyboard support, but that's untested.

View File

@ -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 *

View File

@ -89,7 +89,7 @@ Prefs::Prefs()
this->JoystickKeyBinding[i] = -1;
this->DisplayOption = 0;
this->MsPerFrame = 38;
this->MsPerFrame = 28;
#endif
}

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB