Mário Alexandre Lopes Liberato
Mário Alexandre Lopes Liberato
Make outputs this: builtin_rootca.der cmpblock.bin config.cpp arm-none-eabi-g++ -MMD -MP -MF /e/3DS/DEV/ctr-httpwn-master/build/config.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/e/3DS/DEV/ctr-httpwn-master/include -I/c/devkitPro/portlibs/armv6k/include -I/c/devkitPro/portlibs/3ds/include -I/c/devkitPro/libctru/include -I/e/3DS/DEV/ctr-httpwn-master/build -DARM11 -D_3DS -DVERSION=\"v1.0.1\" -fno-rtti -fno-exceptions...
Essentially, my Corbenik CFW Updater has to unzip + write a ton of small files to the card. The unzipping takes a very, very long time, especially on the o3DS...
I currently use Luma as /arm9loaderhax_si.bin (as to have screeninit with Aurora Wright's A9LH). This updater should check for the existence of /arm9loaderhax_si.bin, and if so, set it as the...
My fork supports it. I've made a PR, but you never replied x.x https://github.com/astronautlevel2/StarUpdater/pull/48
Is there any specific reason why there's a function to draw a circle, but not an ellipse? Wouldn't an ellipse be more useful, as you can draw a circle with...
``` root@30821:~/3ds/sf2dlib/libsf2d# make install sf2d_texture.c arm-none-eabi-gcc -MMD -MP -MF /root/3ds/sf2dlib/libsf2d/build/sf2d_texture.d -g -Wall -Werror -O2 -mword-relocations -ffunction-sections -fno-strict-aliasing -fomit-frame-pointer -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -I/root/3ds/sf2dlib/libsf2d/include -I/opt/devkitpro/libctru/include -I/root/3ds/sf2dlib/libsf2d/build -DARM11 -D_3DS -c /root/3ds/sf2dlib/libsf2d/source/sf2d_texture.c -o...