diff --git a/Core/Instance.cpp b/Core/Instance.cpp index 42cb38fdd523..70976427de51 100644 --- a/Core/Instance.cpp +++ b/Core/Instance.cpp @@ -116,7 +116,7 @@ void InitInstanceCounter() { ERROR_LOG(SCENET, "mmap(%s) failure.", ID_SHM_NAME); pIDBuf = NULL; PPSSPP_ID = 1; - return 1; + return; } int id = 1;