mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
simulator: Fix sim build for sdl/hosted targets
Change-Id: I39a7be7cf0ace47cd4aba2a01d9450e1ba41cb7b
This commit is contained in:
parent
0efa73f0ec
commit
87a40552fb
1 changed files with 2 additions and 0 deletions
|
@ -67,7 +67,9 @@ int remote_type(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
struct event_queue button_queue;
|
||||
#endif
|
||||
|
||||
static int btn = 0; /* Hopefully keeps track of currently pressed keys... */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue