Add cheats in per game configuration (#6379)
This commit is contained in:
		@@ -312,12 +312,12 @@ System::ResultStatus System::Load(Frontend::EmuWindow& emu_window, const std::st
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    kernel->SetCurrentProcess(process);
 | 
			
		||||
    cheat_engine = std::make_unique<Cheats::CheatEngine>(*this);
 | 
			
		||||
    title_id = 0;
 | 
			
		||||
    if (app_loader->ReadProgramId(title_id) != Loader::ResultStatus::Success) {
 | 
			
		||||
        LOG_ERROR(Core, "Failed to find title id for ROM (Error {})",
 | 
			
		||||
                  static_cast<u32>(load_result));
 | 
			
		||||
    }
 | 
			
		||||
    cheat_engine = std::make_unique<Cheats::CheatEngine>(title_id, *this);
 | 
			
		||||
    perf_stats = std::make_unique<PerfStats>(title_id);
 | 
			
		||||
 | 
			
		||||
    if (Settings::values.custom_textures) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user