summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-11 01:09:41 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-11 01:09:41 +0200
commitfd85367621a1428552ed4d8f43605dd0d7b5f100 (patch)
treeebc41323cc99242c74d20f15e83cb9e9fe1e1e0b /src
parentGSP: Small tweaks to shared memory initialization (diff)
downloadyuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.gz
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.bz2
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.lz
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.xz
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.zst
yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/gsp_gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp
index 917f4685f..c6252a03b 100644
--- a/src/core/hle/service/gsp_gpu.cpp
+++ b/src/core/hle/service/gsp_gpu.cpp
@@ -30,7 +30,7 @@ namespace GSP_GPU {
Kernel::SharedPtr<Kernel::Event> g_interrupt_event;
/// GSP shared memoryings
Kernel::SharedPtr<Kernel::SharedMemory> g_shared_memory;
-/// Thread index into interrupt relay queue, 1 is arbitrary
+/// Thread index into interrupt relay queue
u32 g_thread_id = 0;
/// Gets a pointer to a thread command buffer in GSP shared memory