d_meter2 wip / d_s_play / d_file_sel_info (#179)

* d_meter2 wip

* d_s_play

* d_file_sel_info

* format

* tag_lv5soup / tag_setBall / fix dKyeff

* d_cc_uty
This commit is contained in:
TakaRikka
2022-02-06 09:23:54 -05:00
committed by GitHub
parent 612f26c132
commit 3a79e96e8b
133 changed files with 2651 additions and 4501 deletions
+3 -3
View File
@@ -21,8 +21,8 @@ typedef struct process_profile_definition {
#define LAYER_DEFAULT (-2)
process_profile_definition* fpcPf_Get(s16 profileID);
extern process_profile_definition** g_fpcPf_ProfileList_p;
struct leaf_process_profile_definition;
leaf_process_profile_definition* fpcPf_Get(s16 profileID);
extern leaf_process_profile_definition** g_fpcPf_ProfileList_p;
#endif