as the title says. Can't compile with the latest because of argument changes. eg:
x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp: In function 'bool downloadFilter()':
x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp:43:55: error: too many arguments to function 'Result httpcGetResponseStatusCode(httpcContext, u32)'
res = httpcGetResponseStatusCode(&filter, &code, 0);
^
In file included from x:/devkitPro/libctru/include/3ds.h:46:0,
from x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp:1:
x:/devkitPro/libctru/include/3ds/services/httpc.h:136:8: note: declared here
Result httpcGetResponseStatusCode(httpcContext context, u32 out);
^
make[1]: [hbfilter.o] Error 1
make: [build] Error 2
as the title says. Can't compile with the latest because of argument changes. eg:
x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp: In function 'bool downloadFilter()': x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp:43:55: error: too many arguments to function 'Result httpcGetResponseStatusCode(httpcContext, u32)' res = httpcGetResponseStatusCode(&filter, &code, 0); ^ In file included from x:/devkitPro/libctru/include/3ds.h:46:0, from x:/devkitPro/devkitARM/projects/JKSM/source/hbfilter.cpp:1: x:/devkitPro/libctru/include/3ds/services/httpc.h:136:8: note: declared here Result httpcGetResponseStatusCode(httpcContext context, u32 out); ^ make[1]: [hbfilter.o] Error 1 make: [build] Error 2