Accurate Service Names
- Services now use their actual names when creating processes instead of the generic
"Service". - Services now use their names encapsulated in curly brackets for threads, e.g.
{HID}, instead of the default"HLE.OsThread", making it easier to see what is actually happening behind the scenes. Client threads should use<>and host threads should use{}. - Fixed a bug where initiating services would create extra unneeded servers.
This is part 1 of a series of service and Horizon changes i'm working on. More will follow at a later date.