Simulator buttons: Remove a hack and make brickmania work the same as on target.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22936 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-10-05 04:20:28 +00:00
parent fac05ab2f7
commit 714b4aaaf8
2 changed files with 7 additions and 17 deletions

View file

@ -385,11 +385,7 @@ long button_get_w_tmo(int ticks)
intptr_t button_get_data(void)
{
#if defined(SIMULATOR)
return button_get_data_sdl();
#else
return button_data;
#endif
}
void button_init(void)