aboutsummaryrefslogtreecommitdiff
path: root/libs/plugin_python
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugin_python')
-rw-r--r--libs/plugin_python/src/proxy/proxypython.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/plugin_python/src/proxy/proxypython.cpp b/libs/plugin_python/src/proxy/proxypython.cpp
index 0037991..88d8769 100644
--- a/libs/plugin_python/src/proxy/proxypython.cpp
+++ b/libs/plugin_python/src/proxy/proxypython.cpp
@@ -293,7 +293,9 @@ QStringList ProxyPython::pluginList(const QDir& pluginPath) const
}
else if (info.isDir() && QDir(info.absoluteFilePath()).exists("__init__.py")) {
// Skip Windows-only directory plugins that use ctypes.windll etc.
+ // Skip basic_games — replaced by native libbasic_games_native.so.
if (baseName == "crashlogtools" ||
+ baseName == "basic_games" ||
baseName.compare("rootbuilder", Qt::CaseInsensitive) == 0) {
continue;
}