e8b54779c9 | ||
---|---|---|
SDL@7ff9be7398 | ||
mgba@3571b112dc | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
main.c |
README.md
unixesque
git submodule update --init
cmake -B_build
make -C_build -j$(nproc)
_build/cgbwebcam gbcamera.gb
windows
just point visual studio at the CMakeLists.txt, apparently that's a thing it supports now.
make sure you provide the gbcamera rom as argv[1].