Joel
Joel
You can set multi_lang to 0 manually. Generally the application would delete the config file if a new config option has been added. Did you say you tried a clean...
> Why is this not merged yet? Well, it can't now because it has merge conflicts. Aything in this PR under the "src" directory needs to be moved to "src/kd/".
Unfortunately cmfilemanager-psp doesn't run with the latest toolchain. I'll need to investigate and figure out what's causing the issue with the current toolchain. I already had pushed a [commit](https://github.com/joel16/CMFileManager-PSP/commit/8affe7f63110373bdecf31978a563f52482652a7) that...
> Can you explain in detail..I did not get what you are explaing I might be misunderstanding but it sounds like what Spencer is saying is that you're already reading...
Thank you for your contribution! I would probably create a header file (called libparse_http.h) under the include directory for the exported function definitions: - s32 sceParseHttpStatusLine(u8* str, s32 length, s32*...
Yeah I noticed this happened to me as well. I agree with @Cpasjuste, calling vit2d_fini before freeing isn't really convenient. Is there any way to overcome this? And in my...
Update Devkit arm, then update to the latest version of Ctrulib. After that, compile Citro3D, then you should be able to compile Sf2d/sflil/sftd.
@fincs the sleep function is there to prevent the boot animation from going way too fast. That was the reason why I had to place the sleep function there. Besides...
The issue still persists and basically leaves my program unusable, has anyone found anything regarding this?
Cyanogen3DS doesn't even use sound (yet), and the framerate issues still occur. There are also many graphical glitches. I have certain 'overlays' on my project. For example if the cursor...