mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 10:26:16 -04:00
first try to draw first logo
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "f_pc/f_pc_executor.h"
|
||||
#include "f_pc/f_pc_layer.h"
|
||||
#include "f_pc/f_pc_debug_sv.h"
|
||||
#include <cstdio>
|
||||
|
||||
BOOL fpcCtRq_isCreatingByID(create_tag* i_createTag, fpc_ProcID* i_id) {
|
||||
fpc_ProcID id = ((create_request*)i_createTag->base.mpTagData)->id;
|
||||
@@ -91,6 +92,12 @@ BOOL fpcCtRq_Do(create_request* i_request) {
|
||||
}
|
||||
}
|
||||
|
||||
static int sCtRqDoLogCount = 0;
|
||||
if (sCtRqDoLogCount < 30) {
|
||||
printf("[DIAG] fpcCtRq_Do: phase=%d process=%p\n", phase, i_request->process); fflush(stdout);
|
||||
sCtRqDoLogCount++;
|
||||
}
|
||||
|
||||
switch (phase) {
|
||||
case cPhs_COMPLEATE_e: {
|
||||
if (fpcEx_ToExecuteQ(i_request->process) == 0)
|
||||
|
||||
Reference in New Issue
Block a user