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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 67315de08e..bf39b70ef9 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -165,7 +165,7 @@ int rtc_write(int address, int value)
165 return 0; 165 return 0;
166} 166}
167 167
168bool has_new_lcd(void) 168bool is_new_player(void)
169{ 169{
170 return having_new_lcd; 170 return having_new_lcd;
171} 171}