[Patcher] Plugin Loader
Added a plugin loader which can be enabled with allow_plugins in the config.
This commit is contained in:
@@ -117,7 +117,7 @@ bool XThread::IsInThread(XThread* other) {
|
||||
XThread* XThread::GetCurrentThread() {
|
||||
XThread* thread = reinterpret_cast<XThread*>(current_xthread_tls_);
|
||||
if (!thread) {
|
||||
assert_always("Attempting to use kernel stuff from a non-kernel thread");
|
||||
assert_always("Attempting to use guest stuff from a non-guest thread.");
|
||||
}
|
||||
return thread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user