-
When I build, then change a source, then rebuild, nothing happens. I'm using the docker image with the `:latest` tag on Linux.
I went through recent changes and tested before and after 8b07ad7f9d0…
-
src/i_video.h looks like it contains code for polling the mouse, which I don't believe happens on these consoles.
There is a look up table that right shifts a 19 bit number down to 13 to get resul…
-
Hi Haroldo. Greetings from Argentina.
I'm following your project. I love the idea of having a video player for intros and cinematics.
Also I'm implementing an algorithm which produces up to 60 colo…
-
So the issue is that trying to build the m68k-toolchain-newlib as well as the toolchain without newlib is causing issues due to the server/website certificate being expired it seems.
Here is the log:…
-
Using a Mega Everdrive Pro, the game seems to be _very_ garbled on startup and crashes shortly after the Sega screen.
The result can vary, such as crashing before the Sega screen, or the Sega screen …
-
Is it possible set the duration of a single sprite animation with the rescomp utility?
```
A(5) B(5) C(1)
D(8) E(5) F(5)
```
As I am understanding, now, it is possible to set only a single ti…
-
I've noticed the game slows down rather quickly when there are enough objects on screen. I've decided to take a look at how it works and noticed that it's an one-way linked list, but the game tries to…
-
Hi, I was making the Hello World program in SGDK, and when I compile it i get an error:
```
C:\Users\vella\OneDrive\Desktop\SGDK>set GDK="C:\Users\vella\OneDrive\Desktop\SGDK"
C:\Users\vella\OneD…
-
when i use sgdk in vscode
one of those `.h` file try to include a file named `libres.h`
but i check the `inc` folder
there is no `libres.h`
can i just delete this code?
-
Hello o/
I was wondering if it was possible with your sound driver to play a vgm & some sound effects at the same time?
Reserving maybe 1 or 2 channels to overlap the song.
I have already made …