-
Hey, not sure if adding Open Source development kits for console games to the list is in the scope of this project.
SGDK - [Code](https://github.com/Stephane-D/SGDK)
"SGDK is a free development …
-
I bisected, it appears that 4749522605b2e88d2c2ce38cdd579e2b99990b37 was the last commit to build a functional Docker container.
Build log for current head 21818f7547569a796e16a6694e5bf6541f096d75 …
-
Check documentation and changes for new release of SGDK 2.00
https://github.com/Stephane-D/SGDK/releases/tag/v2.00
-
I built a ROM with SGDK that had very little in it, and it was 512kB. When I looked at symbol sizes with `nm --print-size --size-sort --radix=d out/rom.out`, I found that these three symbols were 128…
-
When compiling the code with the Release version (1.90) of SGDK and writing it to a cartridge, everything works. However, when writing the same code in the Master branch version of SGDK, the video gam…
-
Hello Stef!
I updated SGDK just now and some weird things happened.
When I compile I get an error like
"error: this method is obsolete, use SOUND_PCM_CH4"
for this line: XGM_startPlayPCM(73, 10,…
-
![image](https://github.com/zerasul/genesis-code/assets/87595770/4800215d-3f74-4834-ac1d-643cd5374934)
It fails to compile and run when using Ctrl Shift P then using the 'Genesis Code : Compile and R…
-
Hello, as the title say the sample doesnt work with Blastem, I tried switching Blastem options but it does not work, am I missing something ?
Regards
-
Upgrading to SGDK 1.90 would be great if possible. The update allows cross platform building via Docker!
-
My project has the following settings:
```
"cStandard": "c99",
"cppStandard": "c++03",
"intelliSenseMode": "windows-gcc-x86",
"configurationProvider": "ms-vscode.makefile-tools"
```
After eve…