diff options
| author | 2015-05-10 20:09:41 -0300 | |
|---|---|---|
| committer | 2015-05-10 20:09:41 -0300 | |
| commit | fd85367621a1428552ed4d8f43605dd0d7b5f100 (patch) | |
| tree | ebc41323cc99242c74d20f15e83cb9e9fe1e1e0b /src/core | |
| parent | GSP: Small tweaks to shared memory initialization (diff) | |
| download | yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.gz yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.tar.xz yuzu-fd85367621a1428552ed4d8f43605dd0d7b5f100.zip | |
fixup! GSP: Small tweaks to shared memory initialization
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.cpp | 2 |
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 { | |||
| 30 | Kernel::SharedPtr<Kernel::Event> g_interrupt_event; | 30 | Kernel::SharedPtr<Kernel::Event> g_interrupt_event; |
| 31 | /// GSP shared memoryings | 31 | /// GSP shared memoryings |
| 32 | Kernel::SharedPtr<Kernel::SharedMemory> g_shared_memory; | 32 | Kernel::SharedPtr<Kernel::SharedMemory> g_shared_memory; |
| 33 | /// Thread index into interrupt relay queue, 1 is arbitrary | 33 | /// Thread index into interrupt relay queue |
| 34 | u32 g_thread_id = 0; | 34 | u32 g_thread_id = 0; |
| 35 | 35 | ||
| 36 | /// Gets a pointer to a thread command buffer in GSP shared memory | 36 | /// Gets a pointer to a thread command buffer in GSP shared memory |