项目作者: ITotalJustice

项目描述 :
Simple, fast, very inaccurate GB / GBC emulator!
高级语言: C
项目地址: git://github.com/ITotalJustice/TotalGB.git
创建时间: 2021-03-17T16:09:34Z
项目社区:https://github.com/ITotalJustice/TotalGB

开源协议:MIT License

下载


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.

  1. cmake -B build -PLATFORM_SDL2=ON -DCMAKE_BUILD_TYPE=Release
  2. cmake --build build -j

Credits