More work on the lua console

This commit is contained in:
Henrik Rydgård
2025-03-27 14:26:48 +01:00
parent 2d69d78e71
commit acad90a041
8 changed files with 202 additions and 101 deletions
+3
View File
@@ -31,7 +31,10 @@ void AttachThreadToJNI() {
if (g_attach) {
g_attach();
} else {
#if PPSSPP_PLATFORM(ANDROID)
// Not relevant on other platforms.
ERROR_LOG(Log::System, "Couldn't attach thread - g_attach not set");
#endif
}
}