3ds-vgmstream icon indicating copy to clipboard operation
3ds-vgmstream copied to clipboard

Not able to compile using latest devkitpro + portlibs

Open MikeDX opened this issue 8 years ago • 0 comments

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?

MikeDX avatar Jan 04 '17 15:01 MikeDX