rockbox/uisimulator/common
William Wilgus 9daacabd65 [RESTORED!] Allow mounting of any directory as the root directory.
Provide definitions for the macros:
* RB_ROOT_VOL_HIDDEN(v) to exclude certain items from the root.
* RB_ROOT_CONTENTS to return a string with the name of the
directory to mount in the root.

Defaults are in export/rbpaths.h

It's a bit much for those that don't need the full functionality.
Some conditional define can cut it back a lot to cut out things only
needed if alternate root mounts are required. I'm just not bothering
yet. The basic concept would be applied to all targets to keep file
code from forking too much.

Change-Id: I3b5a14c530ff4b10d97f67636237d96875eb8969
Author: Michael Sevakis
2022-03-03 18:58:07 -05:00
..
player_icons
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 [RESTORED!] Allow mounting of any directory as the root directory. 2022-03-03 18:58:07 -05:00
filesystem-sim.h uisimulator: implement sim_modtime 2021-07-11 13:48:26 +00: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
powermgmt-sim.c powermgmt: Add battery current measurement 2021-12-23 11:39:58 +00:00
README
sim_tasks.c USB fix red for device without HAVE_USB_POWER again. 2021-10-31 21:36:21 -04:00
sim_tasks.h simulator: Simulate external storage for HAVE_MULTIDRIVE. 2014-02-23 20:23:51 +01:00
sound.h
SOURCES [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
stubs.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00: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.