-
Updated
Sep 30, 2020 - C
fps-game
Here are 136 public repositories matching this topic...
-
Updated
Oct 8, 2020 - C++
-
Updated
Mar 1, 2020 - C
-
Updated
Aug 24, 2020 - C#
-
Updated
Oct 17, 2020 - C
-
Updated
Oct 21, 2020 - C
-
Updated
Oct 16, 2020 - C#
-
Updated
Jan 4, 2019 - C#
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Aug 5, 2020 - C++
-
Updated
Oct 16, 2020 - C++
-
Updated
Aug 17, 2020 - C#
-
Updated
Aug 25, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 20, 2020
-
Updated
Oct 20, 2020 - C++
-
Updated
May 4, 2020 - Java
-
Updated
Nov 3, 2018 - C
-
Updated
Jun 26, 2020 - C++
-
Updated
Jun 12, 2016 - C#
-
Updated
Jan 18, 2019 - C++
-
Updated
Sep 29, 2020
Improve this page
Add a description, image, and links to the fps-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fps-game topic, visit your repo's landing page and select "manage topics."


From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi