mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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