mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
More work on the lua console
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user