devkitPro / wut

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

wutnewlib: implement abort, assert and assert_func #337

Closed Maschell closed 10 months ago

Maschell commented 11 months ago

Provides custom abort and assert_func implementation to display some text on the screen (and gamepad). Previously a failed assertion (or calling abort) would just softlock the console without giving the user/dev any form of feedback.