mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
d_a_vrbox / d_a_kytag02 / d_a_obj_eff OK (#327)
* d_a_vrbox / d_a_kytag02 / d_a_obj_eff OK * some std header setups * f_pc / profile cleanup * setup cull data * remove asm * d_a_suspend OK
This commit is contained in:
@@ -12,21 +12,21 @@
|
||||
//
|
||||
|
||||
/* 80020EA8-80020EC8 0020+00 s=0 e=1 z=0 None .text fpcCt_IsCreatingByID__FUi */
|
||||
BOOL fpcCt_IsCreatingByID(unsigned int id) {
|
||||
return fpcCtRq_IsCreatingByID(id);
|
||||
BOOL fpcCt_IsCreatingByID(unsigned int i_id) {
|
||||
return fpcCtRq_IsCreatingByID(i_id);
|
||||
}
|
||||
|
||||
/* 80020EC8-80020EEC 0024+00 s=0 e=1 z=0 None .text fpcCt_IsDoing__FP18base_process_class */
|
||||
s32 fpcCt_IsDoing(base_process_class* pProc) {
|
||||
return fpcCtRq_IsDoing(pProc->mpCtRq);
|
||||
s32 fpcCt_IsDoing(base_process_class* i_proc) {
|
||||
return fpcCtRq_IsDoing(i_proc->mpCtRq);
|
||||
}
|
||||
|
||||
/* 80020EEC-80020F10 0024+00 s=0 e=1 z=0 None .text fpcCt_Abort__FP18base_process_class */
|
||||
BOOL fpcCt_Abort(base_process_class* pProc) {
|
||||
return fpcCtRq_Cancel(pProc->mpCtRq);
|
||||
BOOL fpcCt_Abort(base_process_class* i_proc) {
|
||||
return fpcCtRq_Cancel(i_proc->mpCtRq);
|
||||
}
|
||||
|
||||
/* 80020F10-80020F30 0020+00 s=0 e=1 z=0 None .text fpcCt_Handler__Fv */
|
||||
void fpcCt_Handler(void) {
|
||||
void fpcCt_Handler() {
|
||||
fpcCtRq_Handler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user