mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
added inline suggestion to settings_location to prevent duplicate includes
This commit is contained in:
parent
ccb46df905
commit
4048b1e515
@ -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<emu_settings_type, cfg_location> settings_location =
|
||||
inline static const QMap<emu_settings_type, cfg_location> settings_location =
|
||||
{
|
||||
// Core Tab
|
||||
{ emu_settings_type::PPUDecoder, { "Core", "PPU Decoder"}},
|
||||
|
Loading…
Reference in New Issue
Block a user