From 80d378ad571065b45a334218075b8dbe64f82111 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Sat, 19 Oct 2024 18:05:11 -0400 Subject: [PATCH] Update core emulator with graphics --- .gitmodules | 6 +++--- makefile | 4 ++-- pvbemu | 1 - shrooms-vb-core | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 160000 pvbemu create mode 160000 shrooms-vb-core diff --git a/.gitmodules b/.gitmodules index 6485646..d683365 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/makefile b/makefile index 970d35b..a70ed17 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/pvbemu b/pvbemu deleted file mode 160000 index 08fb65c..0000000 --- a/pvbemu +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 08fb65cb7754eacba403c2a654e5a783c29b6b70 diff --git a/shrooms-vb-core b/shrooms-vb-core new file mode 160000 index 0000000..37b9a94 --- /dev/null +++ b/shrooms-vb-core @@ -0,0 +1 @@ +Subproject commit 37b9a943384a230b93089b7617d1b3f5344480d7