diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-08-12 19:49:03 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-08-12 19:49:03 +0000 |
| commit | f28da1a35a6403b153f93f66e3d96e485f89c363 (patch) | |
| tree | 760d0c286a65042e18e2165ff555be0d40e80558 /apps/features.txt | |
| parent | 90c40b7fea0275e212addf3ae6ac6979f5b4585b (diff) | |
| download | rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.zip rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.tar.gz rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.tar.bz2 rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.tar.xz | |
Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
| -rw-r--r-- | apps/features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt index a80408d..f5ebe98 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -146,9 +146,9 @@ tagcache tc_ramcache #endif -#if CONFIG_CHARGING || defined(SIMULATOR) +#if CONFIG_CHARGING charging -#if defined(HAVE_USB_POWER) || defined(SIMULATOR) +#if defined(HAVE_USB_POWER) usb_charging #endif #endif |