devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

Add support for linking to user RPLs. #141

Closed exjam closed 4 years ago

exjam commented 4 years ago

Generates a static import library and a linker script to link with that library using rplimportgen.

Updates the my_first_rpl sample to use this.