From 6224cdb16677cae7b65b0598eec3381a6fb6a4aa Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 16 Aug 2002 14:41:47 +0000 Subject: Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1787 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uisimulator') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 22623dcb5e..1446b82a4d 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -80,3 +80,7 @@ void ata_delayed_write(unsigned long sector, void* buf) { ata_write_sectors(sector,1,buf); } + +void ata_flush(void) +{ +} -- cgit v1.2.3