[Misc] Fix Some Warnings on Clang Build with Windows + Adding constexpr
This commit is contained in:
committed by
Radosław Gliński
parent
5f918ef28d
commit
7479ccc292
@@ -167,7 +167,7 @@ using xe::ui::UIEvent;
|
||||
using namespace xe::hid;
|
||||
using namespace xe::gpu;
|
||||
|
||||
constexpr std::string kRecentlyPlayedTitlesFilename = "recent.toml";
|
||||
constexpr std::string_view kRecentlyPlayedTitlesFilename = "recent.toml";
|
||||
constexpr std::string kBaseTitle = "Xenia-canary";
|
||||
|
||||
EmulatorWindow::EmulatorWindow(Emulator* emulator,
|
||||
|
||||
Reference in New Issue
Block a user