mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
added inline suggestion to settings_location to prevent duplicate includes
This commit is contained in:
parent
ccb46df905
commit
4048b1e515
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ enum class emu_settings_type
|
||||||
};
|
};
|
||||||
|
|
||||||
/** A helper map that keeps track of where a given setting type is located*/
|
/** 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
|
// Core Tab
|
||||||
{ emu_settings_type::PPUDecoder, { "Core", "PPU Decoder"}},
|
{ emu_settings_type::PPUDecoder, { "Core", "PPU Decoder"}},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue