Index: tests/TestsAppDelegate.m ================================================================== --- tests/TestsAppDelegate.m +++ tests/TestsAppDelegate.m @@ -45,11 +45,14 @@ # include # undef asm #endif #ifdef OF_NINTENDO_3DS +/* Newer versions of libctru started using id as a parameter name. */ +# define id id_3ds # include <3ds.h> +# undef id #endif #ifdef OF_PSP static int exit_cb(int arg1, int arg2, void *arg)