mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-12-24 15:11:50 +01:00
Add support for latest wut version
This commit is contained in:
parent
5e940a1409
commit
86efd7c61c
3
Makefile
3
Makefile
@ -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)
|
||||
|
||||
|
@ -36,6 +36,8 @@ IMPORT(OSDynLoad_GetAllocator);
|
||||
IMPORT(OSDynLoad_SetAllocator);
|
||||
IMPORT(__KernelGetInfo);
|
||||
IMPORT(OSCheckActiveThreads);
|
||||
IMPORT(OSGetCurrentThread);
|
||||
IMPORT(OSSetThreadCleanupCallback);
|
||||
|
||||
IMPORT(FSTimeToCalendarTime);
|
||||
IMPORT(FSInit);
|
||||
|
Loading…
Reference in New Issue
Block a user