mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-28 15:20:05 -05:00
DolphinNoGUI: Make variables constexpr
This commit is contained in:
@@ -40,7 +40,7 @@ static std::unique_ptr<Platform> s_platform;
|
||||
|
||||
static void signal_handler(int)
|
||||
{
|
||||
const char message[] = "A signal was received. A second signal will force Dolphin to stop.\n";
|
||||
constexpr char message[] = "A signal was received. A second signal will force Dolphin to stop.\n";
|
||||
#ifdef _WIN32
|
||||
puts(message);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user