-
Updated
Apr 30, 2022 - Swift
retrogaming
A game played on an older personal computer, console, and arcade video games in contemporary times. Something you or you or parents played when younger.
Here are 762 public repositories matching this topic...
-
Updated
May 9, 2022 - Shell
-
Updated
May 10, 2022
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
Apr 9, 2022 - C#
-
Updated
Apr 9, 2022
-
Updated
Apr 30, 2022 - Rust
-
Updated
Aug 26, 2021
-
Updated
Dec 17, 2017 - Makefile
-
Updated
May 11, 2022 - JavaScript
-
Updated
Apr 21, 2022 - C++
Move the files image.hpp and image.cpp from src/data to src/base, adapt all include statements in client code and update CMakeLists.txt.
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
May 3, 2022 - Rust
-
Updated
May 11, 2022 - C++
-
Updated
Nov 18, 2021 - JavaScript
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);-
Updated
May 1, 2022 - JavaScript
-
Updated
Apr 15, 2022 - C
-
Updated
Jan 13, 2020
-
Updated
Apr 27, 2022 - HTML
-
Updated
May 4, 2021 - Python
-
Updated
Feb 20, 2021 - Batchfile
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
May 11, 2022 - C++
-
Updated
May 12, 2022 - Jinja
-
Updated
Mar 1, 2022 - Assembly
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.