mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Move some NetPlay-specific settings to SessionSettings
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "Core/ActionReplay.h"
|
||||
#include "Core/CheatCodes.h"
|
||||
#include "Core/Config/MainSettings.h"
|
||||
#include "Core/Config/SessionSettings.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/GeckoCode.h"
|
||||
#include "Core/GeckoCodeConfig.h"
|
||||
@@ -165,7 +165,7 @@ void LoadPatches()
|
||||
LoadPatchSection("OnFrame", s_on_frame, globalIni, localIni);
|
||||
|
||||
// Check if I'm syncing Codes
|
||||
if (Config::Get(Config::MAIN_CODE_SYNC_OVERRIDE))
|
||||
if (Config::Get(Config::SESSION_CODE_SYNC_OVERRIDE))
|
||||
{
|
||||
Gecko::SetSyncedCodesAsActive();
|
||||
ActionReplay::SetSyncedCodesAsActive();
|
||||
|
||||
Reference in New Issue
Block a user