summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 6d7d7de06b..a9011b9aa5 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -21,8 +21,6 @@
21#include <stdio.h> 21#include <stdio.h>
22#include <time.h> 22#include <time.h>
23#include <stdbool.h> 23#include <stdbool.h>
24#include "thread-sdl.h"
25
26#include "debug.h" 24#include "debug.h"
27 25
28#include "screens.h" 26#include "screens.h"
@@ -35,7 +33,6 @@
35 33
36#include "ata.h" /* for volume definitions */ 34#include "ata.h" /* for volume definitions */
37 35
38extern char having_new_lcd;
39static bool storage_spinning = false; 36static bool storage_spinning = false;
40 37
41#if CONFIG_CODEC != SWCODEC 38#if CONFIG_CODEC != SWCODEC
@@ -211,10 +208,13 @@ bool spdif_powered(void)
211} 208}
212#endif 209#endif
213 210
211#ifdef ARCHOS_PLAYER
214bool is_new_player(void) 212bool is_new_player(void)
215{ 213{
214 extern char having_new_lcd;
216 return having_new_lcd; 215 return having_new_lcd;
217} 216}
217#endif
218 218
219#ifdef HAVE_USB_POWER 219#ifdef HAVE_USB_POWER
220bool usb_powered(void) 220bool usb_powered(void)