xerpi / sftdlib

Simple and Fast Text Drawing library for the Nintendo 3DS
MIT License
30 stars 6 forks source link

update to latest ctrulib #20

Closed urherenow closed 7 years ago

urherenow commented 7 years ago

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

xerpi commented 7 years ago

This isn't an error on my project?

urherenow commented 7 years ago

Oh, crap! Had a ton of tabs opened. Sorry!