Martin Chloride

Results 4 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.