1
0
Fork 0
forked from len0rd/rockbox

Oops - changing the default setting for showfps shouldn't have been committed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9019 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-03-13 01:52:11 +00:00
parent ad8b24d90c
commit 7a10c08af4

View file

@ -362,7 +362,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
settings.numlives = 2; /* 3 lives */ settings.numlives = 2; /* 3 lives */
settings.bonus = 0; /* 10000 points */ settings.bonus = 0; /* 10000 points */
settings.ghostnames = 0; /* Normal names */ settings.ghostnames = 0; /* Normal names */
settings.showfps = 1; /* Do not show FPS */ settings.showfps = 0; /* Do not show FPS */
/* Initialise the hardware */ /* Initialise the hardware */
init_PacmanMachine(settings_to_dip(settings)); init_PacmanMachine(settings_to_dip(settings));