Martin Chloride

Results 5 issues of Martin Chloride

## Summary This patch implements a non-SIMD fallback on non-AVX2 machine. ## Testing Tested with Kirby & The Amazing Mirror's loading screen and prologue on: * x86 AVX2 machine with...

I'd like to separate the emulator code from frontend implementations so that I can easily implement my own frontend. In short, move non-frontend code to `OptimeGBA-Core.csproj` and let frontend projects...

This PR unblocks using DataTable on Uno with a Release build. The top issue for now is the lack of ListView header in Uno: https://github.com/unoplatform/uno/issues/1979, so this patch introduced a...

Since CoreFX keeps changing the implementation of `JsonSerializer` (specifically the default converters), this library does not work under .NET Core 3.1 nor .NET 5.

Node.js, emscripten and nlopt all got new versions in the past four years, including some important improvements such as the removal of [nodejs-catch-rejection](https://emscripten.org/docs/tools_reference/settings_reference.html?highlight=environment#nodejs-catch-rejection). I would like to contribute here, but...