alesko
alesko
It's about 57 - 59 FPS
drops to 54 fps sometimes.
Averager seems to be 55 FPS.
mGBA sound works great on linux. Not so much on windows.
That is why I also tried to build it with mingw32-make #1916 But there it fails with an assert error. I'm trying to build it directly on the windows host....
Without unit test it comes to the same conclusion: ``` Linking CXX executable ja2.exe C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib-stracciatella/lib/libstracciatella.a(std-f6d6f340f0f2f803.std.b049ba2e6826ebaa-cgu.01.rcgu.o):std.b049ba2e6826eb:(.text+0x553c): undefined reference to `NtCreateFile' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib-stracciatella/lib/libstracciatella.a(std-f6d6f340f0f2f803.std.b049ba2e6826ebaa-cgu.01.rcgu.o):std.b049ba2e6826eb:(.text+0x559f): undefined reference to `RtlNtStatusToDosError' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib-stracciatella/lib/libstracciatella.a(std-f6d6f340f0f2f803.std.b049ba2e6826ebaa-cgu.08.rcgu.o):std.b049ba2e6826eb:(.text+0x79f5): undefined reference...
or probably not linking to ntdl.dll
Any news about this issue?