-
Updated
Dec 29, 2021 - Objective-C
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 694 public repositories matching this topic...
-
Updated
Jan 9, 2022 - Shell
-
Updated
Nov 17, 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
Nov 13, 2021 - C#
-
Updated
Nov 24, 2021
-
Updated
Jan 1, 2022 - Rust
-
Updated
Dec 17, 2017 - Makefile
-
Updated
Aug 26, 2021
-
Updated
Jan 6, 2022 - C++
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
Spelling of the word "viewport" is inconsistent in the code, sometimes it's spelled viewPort and sometimes viewport. It would be nice to make it consistent.
-
Updated
Jan 5, 2022 - Rust
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Jan 9, 2022 - C++
-
Updated
Nov 19, 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
Dec 21, 2021 - C
-
Updated
Jan 13, 2020
-
Updated
Nov 19, 2021 - HTML
-
Updated
Feb 20, 2021 - Batchfile
-
Updated
May 4, 2021 - Python
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 22, 2021 - C++
-
Updated
Dec 27, 2021 - Assembly
-
Updated
May 14, 2020 - GLSL
-
Updated
Apr 15, 2017 - Python
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.