Steven Smith 1b78bebd94 General cleanup.
* Maintain list position after operations.
* Show current target info in batch operations.
* Fix freeze when suspending to the home menu during a threaded task.
* Other miscellaneous fixes and clean-ups.
2016-04-26 19:30:00 -07:00

16 lines
380 B
C

#pragma once
void dumpnand_open();
void extsavedata_open();
void files_open(FS_Archive archive);
void files_open_sd();
void files_open_ctr_nand();
void files_open_twl_nand();
void files_open_twl_photo();
void files_open_twl_sound();
void networkinstall_open();
void pendingtitles_open();
void qrinstall_open();
void systemsavedata_open();
void tickets_open();
void titles_open();