ermaccer
Results
2
issues of
ermaccer
First available .sff palette is used to display sprites on select screen. No idea how to fix at this moment. Possible workaround: Make your sprites have fixed color in a...
bug
Demo to reproduce: ```cpp #include #include #include #pragma comment(lib, "winmm.lib") int main() { HMODULE hMod = LoadLibrary(L"UptimeFaker32.dll"); if (!hMod) return 1; DWORD tickCount = GetTickCount(); DWORD time = timeGetTime(); std::cout