mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
UserspaceEmulator: Set the process and thread name to "(UE) Executable"
This makes it much easier to see who's who when running multiple emulators at the same time. :^)
This commit is contained in:
parent
e26c6805dd
commit
db1b67e88a
2 changed files with 17 additions and 1 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(UserspaceEmulator)
|
||||
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore)
|
||||
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue