From 616b91c584eeecbb6b70f87dac2b8f9f4ae1ad95 Mon Sep 17 00:00:00 2001 From: Near <77224854+near-san@users.noreply.github.com> Date: Tue, 26 Jan 2021 08:02:13 +0900 Subject: [PATCH] Update website and copyright I've registered https://bsnes.dev to be the new homepage for the project. Screwtape and I are still working out how we're going to handle the page, but I want to get away from the old domain, and this is where we start that process. --- bsnes/emulator/emulator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index bf1d9512..e37fcb9d 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -30,9 +30,9 @@ using namespace nall; namespace Emulator { static const string Name = "bsnes"; static const string Version = "115"; - static const string Copyright = "byuu et al"; + static const string Copyright = "bsnes team"; static const string License = "GPLv3 or later"; - static const string Website = "https://byuu.org/bsnes/"; + static const string Website = "https://bsnes.dev"; //incremented only when serialization format changes static const string SerializerVersion = "115";