1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-03-14 22:09:39 +01:00

Add "Gandalf" to EMULATORS (#240)

This commit is contained in:
Stan Roelofs 2023-03-13 13:44:07 +01:00 committed by GitHub
parent f240da66d3
commit 9cf0e2a756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,3 +53,4 @@
| [Kotlin-Gameboy-Emulator](https://github.com/stan-roelofs/Kotlin-Gameboy-Emulator) | Kotlin | Cross platform DMG emulator |
| [Emux](https://github.com/Washi1337/Emux) | C# | |
| [Y2Dmg](https://github.com/Y2JB/DMG) | C# | Fully featured DMG emulator written in C#. Passes Blargg's test roms and supports most games. Core is cross platform (.net core), renderer is Windows only.|
| [Gandalf](https://github.com/stan-roelofs/Gandalf) | C++ | Cross-platform GB, GBC emulator with an SDL/ImGui frontend that provides several debugging features. |