3ds-vgmstream
3ds-vgmstream copied to clipboard
Not able to compile using latest devkitpro + portlibs
Using a fresh devkitpro install, cloning this repo and running make I get several warnings and this error which prevents further compilation.
main.cpp:478:48: error: 'RESET_STICKY' was not declared in this scope svcCreateEvent(&bufferReadyConsumeRequest, RESET_STICKY);
Anybody know of any reason why this might be? Where would RESET_STICKY usually be set?