Also, when you open PCSX2 for the first time, Windows might prompt youwith a warning. Don't be scared - this is just a standard practice by Windows withanyEXE downloaded from the Internet. To move past this window, clickMore infothenRun anyway. ...
some contributors. We have found this happens the most with the Direct3D 11 renderers. Switching resolution at runtime right now can be a bit unstable, so does switching fullscreen resolution. We might just make resolution switching require a restart since this tends to be too unstable for ...
temp_x86_caps.hasAVX2) { *error = "This build of PCSX2 requires the Advanced Vector Extensions 2 instruction set, which your CPU does " "not support.\n\n" "You should download and run the SSE4.1 build of PCSX2 instead, or upgrade to a CPU that supports " "AVX2 to use this buil...
cpuinfo_has_x86_avx2()) { *error = "This build of PCSX2 requires the Advanced Vector Extensions 2 instruction set, which your CPU does " "not support.\n\n" "You should download and run the SSE4.1 build of PCSX2 instead, or upgrade to a CPU that supports " "AVX2 to use this...
Pcsx2Config old_config(std::move(EmuConfig)); EmuConfig = Pcsx2Config(); EmuConfig.CopyRuntimeConfig(old_config); LoadSettings(); CheckForConfigChanges(old_config); } void VMManager::ApplyCoreSettings() { // Lightweight version of above, called when ELF changes. This should not get ...
temp_x86_caps.hasAVX2) { *error = "This build of PCSX2 requires the Advanced Vector Extensions 2 instruction set, which your CPU does " "not support.\n\n" "You should download and run the SSE4.1 build of PCSX2 instead, or upgrade to a CPU that supports " "AVX2 to use this b...
Pcsx2Config old_config(std::move(EmuConfig)); EmuConfig = Pcsx2Config(); EmuConfig.CopyRuntimeConfig(old_config); { std::unique_lock<std::mutex> lock = Host::GetSettingsLock(); LoadCoreSettings(Host::GetSettingsInterface()); WarnAboutUnsafeSettings(); ApplyGameFixes(); } CheckFor...