Kylogias
Kylogias
Seeing as the obsoleted scripts would be obsoleted more likely by bugs, and I couldn't see any that are obsoleted by features, I can only see my Mitigate-IK script. Maybe...
> Does it resize correctly when you start the application? Did you set the text on the property of OQ_UILabel directly. If not that could be the issue. Sorry for...
The problem appears to lie in the fact that the code uses `tolower()` which converts an uppercase letter to lowercase (note that this only happens if the letter is defined...
vger seems to be a graphics library just like this. So I highly doubt it can be used for Mac and iOS support in this project. Also, Mac support was...
Remove the first _ in `_CLOCK_MONOTONIC_RAW` in Libemu.c, line 10
iirc on MSYS2, there's SDL2 packages
#17 should fix that compilation problem (idk why it says there's conflicts, looks fine to me)
> If it is not working on Windows, you can try Windows Subsystem for Linux or a virtual machine running Linux. I don't think WSL supports GUI yet, at least...
I don't see how you could add devices for stuff like external RAM/ROM dynamically, (without modifying the base program), unless there's a device API (is there a device API outside...
I decompiled the DLL with ILSpy and it appears that the whole thing could theoretically be ported to Python without depending on the underlying OS, which I'm currently trying to...