fincs

Results 83 comments of fincs

Hi there! > Official SciTE uses Visual Studio 2019 and nmake on Windows, so I chose to use VS 2022 and nmake. At the time when working on the last...

Any updates on the above review comments?

I'm curious as to which use case prompted this PR.

https://github.com/joel16/Cyanogen3DS/blob/master/source/boot.c#L66 Why is there a sleep? sf2dlib is supposed to already take care of synching with the screen refresh rate (which is 60FPS, rendering at anything higher than that is...

Which "certain pile of libraries"? It would be nice to have a test case. Also, it is a well known issue that sometimes invalid relocations can be generated - unfortunately...

Can you post the source code of your project? Member function pointers have no special relocation treatment.

We've identified the cause of this issue after some testing. Unfortunately, it involves broken assumptions made by some of the infrastructure that is used to support hax 2.x; specifically the...

> sdl library in the test case. Which SDL library are you using then? > Just curious, does the issue arise when function pointers are stored in static arrays and...

For what's worth, we rewrote the synchronization primitive code (and fixed a couple of other related bugs). While SDL on 3DS is still not exactly ideal, it should hopefully be...