mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
@@ -58,10 +58,11 @@ Frontend::WindowSDL* g_window = nullptr;
|
|||||||
namespace Core {
|
namespace Core {
|
||||||
|
|
||||||
Emulator::Emulator() {
|
Emulator::Emulator() {
|
||||||
// Initialize NT API functions and set high priority
|
// Initialize NT API functions, set high priority and disable WER
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
Common::NtApi::Initialize();
|
Common::NtApi::Initialize();
|
||||||
SetPriorityClass(GetCurrentProcess(), ABOVE_NORMAL_PRIORITY_CLASS);
|
SetPriorityClass(GetCurrentProcess(), ABOVE_NORMAL_PRIORITY_CLASS);
|
||||||
|
SetErrorMode(SetErrorMode(0) | SEM_NOGPFAULTERRORBOX);
|
||||||
// need to init this in order for winsock2 to work
|
// need to init this in order for winsock2 to work
|
||||||
WORD versionWanted = MAKEWORD(2, 2);
|
WORD versionWanted = MAKEWORD(2, 2);
|
||||||
WSADATA wsaData;
|
WSADATA wsaData;
|
||||||
|
|||||||
Reference in New Issue
Block a user