mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 09:39:48 -04:00
d_s_logo / d_s_play debug work, d_a_kago cleanup, misc cleanup (#3116)
* d_a_kago cleanup * d_s_logo wii/shield work * d_s_logo / d_s_play debug work * fix missing profile class sizeof's * fix phase->id values * build fixes * fix dCamera_c and camera profile
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
|
||||
void cPhs_Reset(request_of_phase_process_class* phase) {
|
||||
phase->id = cPhs_INIT_e;
|
||||
phase->id = 0;
|
||||
}
|
||||
|
||||
void cPhs_Set(request_of_phase_process_class* phase, cPhs__Handler* handlerTbl) {
|
||||
phase->mpHandlerTable = handlerTbl;
|
||||
phase->id = cPhs_INIT_e;
|
||||
phase->id = 0;
|
||||
}
|
||||
|
||||
void cPhs_UnCompleate(request_of_phase_process_class* phase) {
|
||||
|
||||
Reference in New Issue
Block a user