Alessio Tosto
Alessio Tosto
At least when i used to update lpp-3ds, ctrulib didn't have any function related to proxies.
Possibly but i don't have enough time to give it a try.
I can provide a test version with it set to 1 (true) if needed. Let me know @Wolvan
https://www.rinnegatamante.it/lpp-3ds_proxy.3dsx
https://www.rinnegatamante.it/lpp-3ds_proxy.elf
According to ctrulib header file ( https://github.com/smealum/ctrulib/blob/master/libctru/include/3ds/services/httpc.h#L53 ), use_defaultproxy should be set to 0 to use default proxy (so standard lpp-3ds should already use default proxy in system settings) :/
Up, with new Build, video upscaling is better but the second issue (random crashes) is still here...
The issue was happening only on old CPUs (namingly, for me it was an i5 4670). Today i have a Ryzen 5 2600x that just runs everything fine.
Yeah i know i shouldn't free it, infact the free you see was related to an old version of the same piece of code (i forgot to comment it).
Added this before StartSampling and nothing changed: do { MICU_GetPower(&power); }while(!power);