From ddc3dc2d472aa0bb93ae0663b774734dfd94ab4b Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Sat, 12 Jul 2025 19:54:17 +1000 Subject: [PATCH] Make the About dialog link to a website that exists. The registration for bsnes.dev has lapsed a long time ago, the GitHub repo is effectively the website now. Fixes #354 --- bsnes/emulator/emulator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index 6fe96815..af96880a 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -32,7 +32,7 @@ namespace Emulator { static const string Version = "115"; static const string Copyright = "bsnes team"; static const string License = "GPLv3 or later"; - static const string Website = "https://bsnes.dev"; + static const string Website = "https://github.com/bsnes-emu/bsnes/"; //incremented only when serialization format changes static const string SerializerVersion = "115.1";