mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c.
typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c909b4b42e
commit
b1b8bd4dd1
29 changed files with 695 additions and 645 deletions
|
@ -21,6 +21,6 @@
|
|||
|
||||
#include "menu.h"
|
||||
|
||||
Menu sound_menu(void);
|
||||
bool sound_menu(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue