blob: 792b2a796b56fee9dc5f1fc75ee7f85a2ebe55c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Generated by dtk
// Translation Unit: f_pc_profile.cpp
//
#include "f_pc/f_pc_profile.h"
process_profile_definition** g_fpcPf_ProfileList_p;
/* 8004003C-80040050 .text fpcPf_Get__Fs */
process_profile_definition* fpcPf_Get(s16 i_profName) {
int profName = i_profName;
return g_fpcPf_ProfileList_p[profName];
}
|