diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-03-07 18:03:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 18:03:46 -0700 |
| commit | f31ab5ae0be3de6e0910b2d5942e33458be043ac (patch) | |
| tree | 4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /src/f_pc/f_pc_load.cpp | |
| parent | 6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff) | |
Misc Changes (#306)
Diffstat (limited to 'src/f_pc/f_pc_load.cpp')
| -rw-r--r-- | src/f_pc/f_pc_load.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/f_pc/f_pc_load.cpp b/src/f_pc/f_pc_load.cpp index ae8cbf425d..b309c4849b 100644 --- a/src/f_pc/f_pc_load.cpp +++ b/src/f_pc/f_pc_load.cpp @@ -1,7 +1,7 @@ -// -// Generated By: dol2asm -// Translation Unit: f_pc/f_pc_load -// +/** + * f_pc_load.cpp + * Framework - Process Loader + */ #include "f_pc/f_pc_load.h" #include "SSystem/SComponent/c_phase.h" @@ -12,10 +12,6 @@ extern s32 cDyl_IsLinked(s16 procName); extern s32 cDyl_Unlink(s16 procName); extern s32 cDyl_LinkASync(s16 procName); -// -// Declarations: -// - /* 80021FB8-80022008 0050+00 s=0 e=1 z=0 None .text fpcLd_Use__Fs */ BOOL fpcLd_Use(s16 procName) { if (fpcLd_IsLoaded(procName) == TRUE && fpcLd_Load(procName) == cPhs_COMPLEATE_e) |
