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
This commit is contained in:
Tim Allen
2025-07-12 19:54:17 +10:00
committed by Screwtapello
parent 764b5e2d16
commit ddc3dc2d47

View File

@@ -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";