mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
core: linker: a name for the game main thread
This commit is contained in:
parent
29f670cf9c
commit
d2321dbd9b
@ -8,6 +8,7 @@
|
||||
#include "common/logging/log.h"
|
||||
#include "common/path_util.h"
|
||||
#include "common/string_util.h"
|
||||
#include "common/thread.h"
|
||||
#include "core/aerolib/aerolib.h"
|
||||
#include "core/aerolib/stubs.h"
|
||||
#include "core/libraries/kernel/thread_management.h"
|
||||
@ -676,6 +677,8 @@ void Linker::Execute() {
|
||||
DebugDump();
|
||||
}
|
||||
|
||||
Common::SetCurrentThreadName("GAME_MainThread");
|
||||
|
||||
Libraries::Kernel::pthreadInitSelfMainThread();
|
||||
// Relocate all modules
|
||||
for (const auto& m : m_modules) {
|
||||
|
Loading…
Reference in New Issue
Block a user