mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-19 03:05:43 -04:00

* Add title manager menu for easier DSiWare dumping * Fix title manager not scrolling * Change dumped DSiWare extension to `.nds` * Sort titles alphabetically by banner title
6 lines
100 B
C
6 lines
100 B
C
#ifndef TITLE_MANAGER_H
|
|
#define TITLE_MANAGER_H
|
|
|
|
void titleManager(void);
|
|
|
|
#endif // TITLE_MANAGER_H
|