From 27ddf6382ba312dbed77cf31f5a4a2bf9a013c88 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 27 Dec 2020 23:11:22 +0100 Subject: Set console's default language/country/region based on computer settings --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 5ab18a38eb..2c9d39a4b0 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -10,6 +10,8 @@ #include #include #include +#include + #ifndef _WIN32 #include #else @@ -48,9 +50,15 @@ static void signal_handler(int) s_platform->RequestShutdown(); } +std::vector Host_GetPreferredLocales() +{ + return {}; +} + void Host_NotifyMapLoaded() { } + void Host_RefreshDSPDebuggerWindow() { } -- cgit v1.2.3