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