mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Prevent VideoConfig inheritance.
This commit is contained in:
@ -47,7 +47,7 @@ enum EFBScale
|
|||||||
class IniFile;
|
class IniFile;
|
||||||
|
|
||||||
// NEVER inherit from this class.
|
// NEVER inherit from this class.
|
||||||
struct VideoConfig
|
struct VideoConfig final
|
||||||
{
|
{
|
||||||
VideoConfig();
|
VideoConfig();
|
||||||
void Load(const std::string& ini_file);
|
void Load(const std::string& ini_file);
|
||||||
|
Reference in New Issue
Block a user