rockbox/uisimulator/common
Hairo R. Carela 8e7fa2932e simulator: Fix battery level for targets with PERCENTAGE_MEASURE
Previous code returned 0 in targets using only `PERCENTAGE_MEASURE` which means the simulator closed itself (due to low battery) shortly after boot.

Change-Id: I8b66dd085e02a8e565893aad4c8b643233dd3852
2025-08-04 02:01:26 -04:00
..
player_icons Added icons for repeat and repeat 1. 2002-10-05 23:57:07 +00:00
backlight-sim.c [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
backlight-sim.h Fix red/yellow round #2 2015-01-12 13:25:14 +01:00
dummylib.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
filesystem-sim.c dbtool: Fix build when we have HOTSWAP but not MULTIVOLUME 2024-09-22 10:41:25 -04:00
filesystem-sim.h Revert "readdir_r use in tagcache.check_dir, ft_load" 2024-05-02 13:38:32 -04:00
fmradio.c Fix warnings and errors from fc9695e 2017-02-11 23:16:39 -05:00
lcd-common.c [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
load_code-sim.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
Makefile Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
powermgmt-sim.c simulator: Fix battery level for targets with PERCENTAGE_MEASURE 2025-08-04 02:01:26 -04:00
README initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 2009-07-26 14:26:14 +00:00
sim_tasks.c sim: stub out volume_partition() for sim targets 2024-08-12 16:10:12 -04:00
sim_tasks.h Hopefully fix the last of the stragglers. 2024-07-07 15:13:53 -04:00
sound.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
stubs.c Add DeviceData to bootloaders 2024-09-02 13:29:43 -04:00
time-win32.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

This directory is for code that is shared between all versions of the
simulator, but is not needed for the target device.