1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/shortcuts
William Wilgus 72c539d35e [Bug_Fix] shortcut to directory in .link files caused crash
since the plugin browser is now closed when running plugins
rb->set_current_file() had no valid browser context and used 'random' memory
instead

also adds a way to discard levels so we can load the desired directory
instead of returning to the previous

https://forums.rockbox.org/index.php/topic,54694.0.html

Change-Id: I624246e56d42972bf6a1ce566a209b745de6f30b
2023-11-22 00:52:58 -05:00
..
shortcuts.h Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
shortcuts.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
shortcuts_append.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
shortcuts_common.c Revert accidental commit of "%z" support in r26071 (the implementation assumed size_t==long, which is not always the case in hosted environments) 2010-07-18 12:42:47 +00:00
shortcuts_view.c [Bug_Fix] shortcut to directory in .link files caused crash 2023-11-22 00:52:58 -05:00