mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Fixed speed
This commit is contained in:
parent
cb5c7c49f9
commit
47cfca1a0c
@ -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.
|
||||
|
4
Makefile
4
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 *
|
||||
|
||||
|
@ -89,7 +89,7 @@ Prefs::Prefs()
|
||||
this->JoystickKeyBinding[i] = -1;
|
||||
|
||||
this->DisplayOption = 0;
|
||||
this->MsPerFrame = 38;
|
||||
this->MsPerFrame = 28;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user