From 1a726c1dbf55408b40b08e3e6fc21b6e399e59b1 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 17 Jan 2024 19:53:30 +0100 Subject: [PATCH] emulators: fix broken link with a mirror on github --- EMULATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMULATORS.md b/EMULATORS.md index 4cf19b5..d7d588e 100644 --- a/EMULATORS.md +++ b/EMULATORS.md @@ -11,7 +11,7 @@ | [mGBA](https://github.com/mgba-emu/mgba) | C | A modern cross platform GBA emulator which also runs GB/GBC games. | | [gnuboy](https://github.com/rofl0r/gnuboy) | C | ANSI C | | [PlutoBoy](https://github.com/RossMeikleham/PlutoBoy) | C | Cross platform (Windows, OSX, Linux/Unix, Android, iOS, Web Browsers, and Sony PSP) emulator | -| [SuperGameHerm](https://code.foxkit.us/emulators/supergameherm) | C 11 | Cross platform emulator | +| [SuperGameHerm](https://github.com/foxkit-us/supergameherm) | C 11 | Cross platform emulator | | [Castor](https://github.com/kosinw/Castor) | C#, Monogame | | [GameYob](https://github.com/Drenn1/GameYob) | C++, C# | GB, GBC emulator for Nintendo DS/3DS | | [jgilchrist](https://github.com/jgilchrist/emulator) | C++ |