mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 01:16:02 -04:00
Misc Changes (#306)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user