UnknownShadow200
UnknownShadow200
Which compiler are you using? And how specifically are you compiling it?
__builtin_sqrtf can resolve to either * the `sqrtf` function in libm * native assembly instruction(s) for calculating the square root In the case of the PowerPC ISA, although there is...
b4fdd26946256a1d3327fcd89d70d160986b3f98 changes the makefile so that `-lm` is always linked, which should resolve this.
There's some issue with the networking stack that unfortunately I am unable to reproduce on an emulator to work out what's going wrong. The DSi download has been pulled from...
The DS/DSi builds have been combined into one build and now use a more updated network library that automatically supports DS and DSi wifi hardware. Has that helped?
The short answer is that Android 1.5 is the earliest version that can technically be supported. The current earliest version supported is 2.3, as supporting each earlier version requires more...
ClassiCube now falls back to the slower `(could perhaps be done via passing byte array from java to C, drawing in C, then passing back to java..` method, so the...
What operating system are you trying to run ClassiCube on? What is the error number that you are getting? On Sat., 13 Sep. 2025, 10:17 am nico1monte, ***@***.***> wrote: >...
Are you running the native windows version, or an emulator? Error CCDED072 is `ERR_NO_NETWORKING`, which indicates that no working network connection was detected. But that error is only raised on...
Unfortunately I am not sure why this is happening At first the launcher worked while in-game didn't work. Then I made some changes that somehow made in-game work too. Then...