mirror of https://github.com/stella-emu/stella.git
added paddle 0 emulation for smartphones
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@930 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
c0bcff5797
commit
c2e6893cd6
|
@ -26,10 +26,8 @@
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
SettingsWinCE::SettingsWinCE(OSystem* osystem) : Settings(osystem)
|
||||
{
|
||||
//set("GameFilename", "Mega Force (1982) (20th Century Fox).bin");
|
||||
//set("GameFilename", "Enduro (1983) (Activision).bin");
|
||||
//set("GameFilename", "Night Driver (1978) (Atari).bin");
|
||||
set("romdir", (string) getcwd() + '\\');
|
||||
setInt("wce_smartphone_paddlespeed", 3000);
|
||||
}
|
||||
|
||||
SettingsWinCE::~SettingsWinCE()
|
||||
|
|
Loading…
Reference in New Issue