mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 03:12:48 -04:00
f_pc mostly linked for Wii/Shield (#3015)
This commit is contained in:
@@ -21,7 +21,7 @@ void fpcLd_Free(s16 i_procName) {
|
||||
cDyl_Unlink((s16)i_procName);
|
||||
}
|
||||
|
||||
s32 fpcLd_Load(s16 i_procName) {
|
||||
int fpcLd_Load(s16 i_procName) {
|
||||
switch (cDyl_LinkASync((s16)i_procName)) {
|
||||
case cPhs_COMPLEATE_e:
|
||||
return cPhs_COMPLEATE_e;
|
||||
|
||||
Reference in New Issue
Block a user