From 4048b1e515c332bce554c668d2ca00f7ed109dd6 Mon Sep 17 00:00:00 2001 From: p01arst0rm Date: Sun, 11 Apr 2021 16:36:36 +0100 Subject: [PATCH] added inline suggestion to settings_location to prevent duplicate includes --- rpcs3/rpcs3qt/emu_settings_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}},