Update core emulator with graphics
This commit is contained in:
parent
d666257e6b
commit
80d378ad57
|
@ -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
|
||||
|
|
4
makefile
4
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
|
||||
|
|
1
pvbemu
1
pvbemu
|
@ -1 +0,0 @@
|
|||
Subproject commit 08fb65cb7754eacba403c2a654e5a783c29b6b70
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 37b9a943384a230b93089b7617d1b3f5344480d7
|
Loading…
Reference in New Issue