2023-02-22 20:42:48 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2023-12-17 14:52:08 +00:00
|
|
|
# Copyright (C) 2022-present JELOS (https://github.com/JustEnoughLinuxOS)
|
2023-02-22 20:42:48 +00:00
|
|
|
|
|
|
|
diff --git a/src/frontend/qt_sdl/Platform.cpp b/src/frontend/qt_sdl/Platform.cpp
|
|
|
|
index f9eaf42..ff4bc03 100644
|
|
|
|
--- a/src/frontend/qt_sdl/Platform.cpp
|
|
|
|
+++ b/src/frontend/qt_sdl/Platform.cpp
|
|
|
|
@@ -81,7 +81,7 @@ void IPCInit()
|
|
|
|
{
|
|
|
|
if (!(mask & (1<<i)))
|
|
|
|
{
|
|
|
|
- IPCInstanceID = i;
|
|
|
|
+ IPCInstanceID = 0;
|
|
|
|
*(u16*)&data[0] |= (1<<i);
|
|
|
|
break;
|
|
|
|
}
|