mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
The way to Unity, pt.1 (#1659)
This commit is contained in:
@@ -46,7 +46,7 @@ Liverpool::~Liverpool() {
|
||||
}
|
||||
|
||||
void Liverpool::Process(std::stop_token stoken) {
|
||||
Common::SetCurrentThreadName("shadPS4:GPU_CommandProcessor");
|
||||
Common::SetCurrentThreadName("shadPS4:GpuCommandProcessor");
|
||||
|
||||
while (!stoken.stop_requested()) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user