mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-12 03:28:56 -04:00
Improving standard compiler compatibility (#2926)
* Adding explicit dolphin/ prefix & fix characters * Rename ShiftJIS to SJIS * Separate JASSeqReader read methods implementation between compilers. * Fix pointer.h * fix d_item_data typo * fix gcn matching issue
This commit is contained in:
@@ -39,7 +39,7 @@ void fpcDt_Handler() {
|
||||
g_fpcDbSv_service[6](&g_fpcDtTg_Queue.mSize);
|
||||
}
|
||||
#endif
|
||||
cLsIt_Method(&g_fpcDtTg_Queue, (cNdIt_MethodFunc)fpcDtTg_Do, fpcDt_deleteMethod);
|
||||
cLsIt_Method(&g_fpcDtTg_Queue, (cNdIt_MethodFunc)fpcDtTg_Do, (void*)fpcDt_deleteMethod);
|
||||
}
|
||||
|
||||
s32 fpcDt_ToQueue(base_process_class* i_proc) {
|
||||
|
||||
Reference in New Issue
Block a user