Add support for latest wut version

This commit is contained in:
Maschell 2023-06-21 10:58:14 +02:00
parent 5e940a1409
commit 86efd7c61c
2 changed files with 4 additions and 1 deletions

View File

@ -160,7 +160,8 @@ $(OFILES_SRC) : $(HFILES_BIN)
@$(CC) -MMD -MP -MF $(DEPSDIR)/$*.d -x assembler-with-cpp $(ASFLAGS) -c $< -o $@ $(ERROR_FILTER)
wumsloader_elf.h: $(wumsloader_elf)
bin2s -a 32 -H `(echo $(<F) | tr . _)`.h $< | $(AS) -o $(<F).o
@echo $(notdir $<)
@$(bin2o)
-include $(DEPENDS)

View File

@ -36,6 +36,8 @@ IMPORT(OSDynLoad_GetAllocator);
IMPORT(OSDynLoad_SetAllocator);
IMPORT(__KernelGetInfo);
IMPORT(OSCheckActiveThreads);
IMPORT(OSGetCurrentThread);
IMPORT(OSSetThreadCleanupCallback);
IMPORT(FSTimeToCalendarTime);
IMPORT(FSInit);