[Base] Fix spelling error

This commit is contained in:
Satori 2021-08-02 14:58:32 +01:00
parent 172f10b1b2
commit d0f35d0b21
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Config& Config::Instance() {
return config;
}
Config::Config() : options_("xenia", "Xbox 30 Emulator") {
Config::Config() : options_("xenia", "Xbox 360 Emulator") {
}