From c2e6893cd6b5daf065d2f9cad54a5b10e6b95a83 Mon Sep 17 00:00:00 2001 From: knakos Date: Tue, 27 Dec 2005 22:27:59 +0000 Subject: [PATCH] added paddle 0 emulation for smartphones git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@930 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/wince/SettingsWinCE.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stella/src/wince/SettingsWinCE.cpp b/stella/src/wince/SettingsWinCE.cpp index 7c26c0097..7459870b2 100644 --- a/stella/src/wince/SettingsWinCE.cpp +++ b/stella/src/wince/SettingsWinCE.cpp @@ -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()