-
Updated
Nov 15, 2020 - Objective-C
retrogaming
Here are 507 public repositories matching this topic...
-
Updated
Nov 14, 2020 - Shell
-
Updated
Nov 15, 2020
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it
When 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.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.
I'm not sure what to do about `GetDefaultConfi
-
Updated
Dec 17, 2017 - Makefile
-
Updated
Jun 29, 2020
-
Updated
Sep 22, 2020 - C#
-
Updated
Nov 15, 2020 - Rust
Via playtesting, the compass arrows (#29) were ignored, likely because they are right at the edge and outside the player's attention. If they are moved slightly inwards, they may become more noticeable.
Games that have these arrows also tend to draw them closer to the player rather than near the edge; e.g.
- GTA 1 & 2
- Fire Fight
- Crazy Taxi
The reasons why this header file lives outside of game_logic don't apply anymore. It would make things simpler if it was merged into the other "global" file.
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 6, 2020 - Rust
-
Updated
Nov 15, 2020 - C++
-
Updated
Oct 12, 2019 - Batchfile
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
Jun 1, 2020 - HTML
-
Updated
Jan 13, 2020
-
Updated
May 2, 2020 - Python
-
Updated
Nov 14, 2020 - Assembly
-
Updated
May 14, 2020 - GLSL
-
Updated
Nov 13, 2020 - C
-
Updated
Nov 16, 2020 - C++
-
Updated
Apr 15, 2017 - Python
-
Updated
Nov 13, 2020 - C#
-
Updated
May 13, 2020
-
Updated
Nov 6, 2020 - C
-
Updated
Nov 6, 2020
-
Updated
Nov 16, 2020 - C++
Improve this page
Add a description, image, and links to the retrogaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the retrogaming topic, visit your repo's landing page and select "manage topics."
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.