minor cleanups

This commit is contained in:
Jasper St. Pierre
2021-12-23 17:10:39 -08:00
parent 2ec3e1f189
commit 045fefcab7
5 changed files with 11 additions and 8 deletions
+2
View File
@@ -19,6 +19,8 @@ typedef struct process_profile_definition {
s32 mParameters;
} process_profile_definition;
#define LAYER_DEFAULT (-2)
process_profile_definition* fpcPf_Get(s16 profileID);
extern process_profile_definition** g_fpcPf_ProfileList_p;