mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-27 20:06:39 +08:00
19 lines
445 B
C
19 lines
445 B
C
#pragma once
|
|
|
|
void mainmenu_open();
|
|
|
|
void dumpnand_open();
|
|
void extsavedata_open();
|
|
void files_open(FS_ArchiveID archiveId, FS_Path archivePath);
|
|
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 pendingtitles_open();
|
|
void remoteinstall_open();
|
|
void systemsavedata_open();
|
|
void tickets_open();
|
|
void titles_open();
|
|
void titledb_open();
|
|
void update_open(); |