UnknownShadow200

Results 446 comments of UnknownShadow200

The volume and playback rate code could probably be done a bit nicer too

What device/operating system are you using? And what web browser are you using? If you open the Console tab in the web browser's Developer Tools, is anything logged there?

I'm not sure `gcc-x86` will work on 64 bit haiku version

What compiler (and what version of it) is `cc` ?

It looks like that version of gcc is largely complaining about use of `\` to extend some things across multiple lines of source code, I guess I'll see what I...

The readme is outdated, I need to update that. So you'll need to use `src/Platform_BeOS.cpp src/Window_BeOS.cpp` instead On Thu., 31 Oct. 2024, 9:00 am Tau, ***@***.***> wrote: > i tired...

I guess you could try changing the type of dx,dy variables from int to int32 and seeing if that helps On Thu., 31 Oct. 2024, 9:15 am Tau, ***@***.***> wrote:...

So it turns out that `gcc 2.95` only has issues with `\` when line endings are `\r\n` - if I change the line endings to just `\n`, then it is...

> Having a similar issue here as well on latest commit [a17571d](https://github.com/ClassiCube/ClassiCube/commit/a17571d9a3225f20a913d38e05416d28741a1950), using the latest version of TwilightMenu++ and nds-boostrap with `TWLNAND Location` set to `SD Card`. Error seems to...

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?