mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
fac05ab2f7
commit
714b4aaaf8
2 changed files with 7 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue