mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-13 05:49:21 -04:00
d_a_e_pz equivalent (#2330)
* d_a_e_pz equivalent * rename var * match f_pc closer to debug * hopefully fix decompctx * sdk done * remove unneeded file
This commit is contained in:
@@ -23,6 +23,6 @@ BOOL fpcCt_Abort(base_process_class* i_proc) {
|
||||
}
|
||||
|
||||
/* 80020F10-80020F30 0020+00 s=0 e=1 z=0 None .text fpcCt_Handler__Fv */
|
||||
void fpcCt_Handler() {
|
||||
fpcCtRq_Handler();
|
||||
int fpcCt_Handler() {
|
||||
return fpcCtRq_Handler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user