diff --git a/rpcs3/rpcs3qt/emu_settings_type.h b/rpcs3/rpcs3qt/emu_settings_type.h index e9e6752788..001097daa0 100644 --- a/rpcs3/rpcs3qt/emu_settings_type.h +++ b/rpcs3/rpcs3qt/emu_settings_type.h @@ -157,7 +157,7 @@ enum class emu_settings_type }; /** A helper map that keeps track of where a given setting type is located*/ -static const QMap settings_location = +inline static const QMap settings_location = { // Core Tab { emu_settings_type::PPUDecoder, { "Core", "PPU Decoder"}},