Update core emulator with graphics

This commit is contained in:
Simon Gellis 2024-10-19 18:05:11 -04:00
parent d666257e6b
commit 80d378ad57
4 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "pvbemu"]
path = pvbemu
url = https://git.virtual-boy.com/PVB/pvbemu.git
[submodule "shrooms-vb-core"]
path = shrooms-vb-core
url = https://git.virtual-boy.com/PVB/shrooms-vb-core.git

View File

@ -1,7 +1,7 @@
build:
@mkdir -p build
@gcc main.c cmdbuf.c hex.c request.c response.c server.c pvbemu/core/vb.c \
-I include -I pvbemu/core \
@gcc main.c cmdbuf.c hex.c request.c response.c server.c shrooms-vb-core/core/vb.c \
-I include -I shrooms-vb-core/core \
-Werror -std=c90 -Wall -Wextra -Wpedantic \
-D _POSIX_C_SOURCE=199309L \
-o ./build/rdb

1
pvbemu

@ -1 +0,0 @@
Subproject commit 08fb65cb7754eacba403c2a654e5a783c29b6b70

1
shrooms-vb-core Submodule

@ -0,0 +1 @@
Subproject commit 37b9a943384a230b93089b7617d1b3f5344480d7