Skip to content

Commit

Permalink
Update emulator_window.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored Jan 21, 2024
1 parent 2e736cc commit b2fe759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xenia/app/emulator_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ using namespace xe::hid;
using namespace xe::gpu;

const std::string kRecentlyPlayedTitlesFilename = "recent.toml";
const std::string kBaseTitle = "Xenia-canary";
const std::string kBaseTitle = "Xenia-Canary by Backgamon";

EmulatorWindow::EmulatorWindow(Emulator* emulator,
ui::WindowedAppContext& app_context)
Expand Down

0 comments on commit b2fe759

Please sign in to comment.