TotalGB icon indicating copy to clipboard operation
TotalGB copied to clipboard

Simple, fast, very inaccurate GB / GBC emulator!

TotalGB

PR's, issues and any help is very much welcome!

Building SDL2

you will need to install the following packages.

  • sdl2

for linux, use your package manager. on windows, use vcpkg.

cmake -B build -PLATFORM_SDL2=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build -j

Credits