mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-08-29 04:24:06 -05:00
Add kernel patches to allow usage of the memory mapping
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ CXXFLAGS := $(CFLAGS) -std=c++17
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -g $(ARCH) $(WUMSSPECS) -Wl,-Map,$(notdir $*.map)
|
||||
|
||||
LIBS := -lwums -lwut -lkernel
|
||||
LIBS := -lwums -lwut -lkernel -lfunctionpatcher
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level
|
||||
|
||||
Reference in New Issue
Block a user