Dylan Perks

Results 361 comments of Dylan Perks

Ah yeah I have noticed that, funnily enough I was working on exactly this yesterday. Will try to fix it as soon as possible!

Miniaudio does not currently meet our barrier for inclusion in the library. However, I’ll keep this open as we’re discussing expanding this in 3.0 provided that community members are willing...

I'm not sure this has been rolled out yet, should be some point in November. Moving to Draft.

I don't think Loongson can sign a Khronos Group agreement due to U.S. sanctions.

Is there a minimal repro for this?

My Windows PC isn't built atm, I can give it a go soon.

Reproduced, will investigate now.

I've identified this to be specific to the way our application is written (namely, calling `DoEvents` within an event callback). Will investigate why we originally added this safeguard.

Ok looking at this, this logic was added for the `Refresh` callback (specifically, it calls the game loop which will call DoEvents which will call the game loop on refresh...