distribution/packages/games/emulators/cemu/patches/cemu-100.01-workaround-for-missing-language-message.patch

11 lines
375 B
Diff

--- a/src/gui/CemuApp.cpp
+++ b/src/gui/CemuApp.cpp
@@ -132,7 +132,6 @@
{
if (!wxLocale::IsAvailable(wxLANGUAGE_DEFAULT) || !m_locale.Init(wxLANGUAGE_DEFAULT))
{
- m_locale.Init(wxLANGUAGE_ENGLISH);
m_locale.AddCatalogLookupPathPrefix(ActiveSettings::GetDataPath("resources").generic_string());
m_locale.AddCatalog("cemu");
}