GodMode9i/arm9/source/titleManager.h
Pk11 cc2bfed17c
Add title manager menu for easier DSiWare dumping (#149)
* 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
2022-01-08 23:55:35 -07:00

6 lines
100 B
C

#ifndef TITLE_MANAGER_H
#define TITLE_MANAGER_H
void titleManager(void);
#endif // TITLE_MANAGER_H