-
Updated
Jul 1, 2021 - Objective-C
retrogaming
Here are 599 public repositories matching this topic...
-
Updated
Jul 19, 2021 - Shell
-
Updated
Jul 20, 2021
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
Jun 27, 2021 - C#
-
Updated
Dec 17, 2017 - Makefile
-
Updated
Jul 5, 2021
-
Updated
Jul 16, 2021 - Rust
-
Updated
Jun 30, 2019
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
-
Updated
Jul 10, 2021 - Rust
-
Updated
Mar 27, 2021 - JavaScript
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
Jul 17, 2021 - C++
-
Updated
Jun 28, 2021 - C++
-
Updated
Feb 20, 2021 - Batchfile
-
Updated
May 7, 2021 - HTML
-
Updated
Jan 13, 2020
-
Updated
May 4, 2021 - Python
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
May 11, 2021 - C
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Jul 19, 2021 - Assembly
-
Updated
Jul 20, 2021 - C++
-
Updated
May 14, 2020 - GLSL
-
Updated
Apr 15, 2017 - Python
-
Updated
Jul 20, 2021 - 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.