Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.75k stars 187 forks source link

Missing sgdk_asm_macros.h #168

Closed drojaazu closed 4 years ago

drojaazu commented 4 years ago

In commit #163 ASM function definitions were changed to what looks like a macro. It looks like those macros should have been defined here:

#include "sgdk_asm_macros.h"

However, it looks like this file is not present in the repository. This is breaking library builds on Linux (via drojaazu/sgdk_nix).

drojaazu commented 4 years ago

Oops. I see it was renamed in a later commit. Apologies.