update makefile and such (#5591)

This commit is contained in:
Thomas Anderson
2026-02-25 17:38:37 -06:00
committed by GitHub
parent 006216bfcb
commit b57526d71e
5 changed files with 110 additions and 11 deletions

View File

@ -1691,6 +1691,7 @@ int InitPlatform(void)
// Close platform
void ClosePlatform(void)
{
mg_gamepads_free(&platform.minigamepad);
RGFW_window_close(platform.window);
}