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 /firmware/target/coldfire/iriver | |
parent | 90c40b7fea0275e212addf3ae6ac6979f5b4585b (diff) | |
download | rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.tar.gz rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.zip |
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 'firmware/target/coldfire/iriver')
-rw-r--r-- | firmware/target/coldfire/iriver/h100/power-h100.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/firmware/target/coldfire/iriver/h100/power-h100.c b/firmware/target/coldfire/iriver/h100/power-h100.c index c1841264a2..27000ebf8a 100644 --- a/firmware/target/coldfire/iriver/h100/power-h100.c +++ b/firmware/target/coldfire/iriver/h100/power-h100.c | |||
@@ -127,37 +127,4 @@ void power_off(void) | |||
127 | yield(); | 127 | yield(); |
128 | } | 128 | } |
129 | 129 | ||
130 | #else | ||
131 | |||
132 | bool charger_inserted(void) | ||
133 | { | ||
134 | return false; | ||
135 | } | ||
136 | |||
137 | void charger_enable(bool on) | ||
138 | { | ||
139 | (void)on; | ||
140 | } | ||
141 | |||
142 | void power_off(void) | ||
143 | { | ||
144 | } | ||
145 | |||
146 | void ide_power_enable(bool on) | ||
147 | { | ||
148 | (void)on; | ||
149 | } | ||
150 | |||
151 | #ifdef HAVE_SPDIF_POWER | ||
152 | void spdif_power_enable(bool on) | ||
153 | { | ||
154 | (void)on; | ||
155 | } | ||
156 | |||
157 | bool spdif_powered(void) | ||
158 | { | ||
159 | return false; | ||
160 | } | ||
161 | #endif | ||
162 | |||
163 | #endif /* SIMULATOR */ | 130 | #endif /* SIMULATOR */ |