Skip to content

Commit

Permalink
added inline suggestion to settings_location to prevent duplicate inc…
Browse files Browse the repository at this point in the history
…ludes
  • Loading branch information
p01arst0rm authored and Nekotekina committed Apr 11, 2021
1 parent ccb46df commit 4048b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/emu_settings_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
Expand Down

0 comments on commit 4048b1e

Please sign in to comment.