mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Options: merge SCoreStartupParameter into SConfig
This commit is contained in:
@@ -41,7 +41,7 @@ void AddMessage(const std::string& str, u32 ms, u32 rgba)
|
||||
|
||||
void DrawMessages()
|
||||
{
|
||||
if (!SConfig::GetInstance().m_LocalCoreStartupParameter.bOnScreenDisplayMessages)
|
||||
if (!SConfig::GetInstance().bOnScreenDisplayMessages)
|
||||
return;
|
||||
|
||||
int left = 25, top = 15;
|
||||
|
||||
Reference in New Issue
Block a user