forked from dolphin-emu/dolphin
Merge pull request #177 from lioncash/videoconfig-inheritance
Prevent VideoConfig inheritance.
This commit is contained in:
@@ -47,7 +47,7 @@ enum EFBScale
|
||||
class IniFile;
|
||||
|
||||
// NEVER inherit from this class.
|
||||
struct VideoConfig
|
||||
struct VideoConfig final
|
||||
{
|
||||
VideoConfig();
|
||||
void Load(const std::string& ini_file);
|
||||
|
Reference in New Issue
Block a user