diff options
Diffstat (limited to 'src/video_core/gpu.cpp')
| -rw-r--r-- | src/video_core/gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 96c42b8a0..018363f95 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -282,7 +282,7 @@ void GPU::ProcessSemaphoreTriggerMethod() { | |||
| 282 | block.sequence = regs.semaphore_sequence; | 282 | block.sequence = regs.semaphore_sequence; |
| 283 | // TODO(Kmather73): Generate a real GPU timestamp and write it here instead of | 283 | // TODO(Kmather73): Generate a real GPU timestamp and write it here instead of |
| 284 | // CoreTiming | 284 | // CoreTiming |
| 285 | block.timestamp = CoreTiming::GetTicks(); | 285 | block.timestamp = Core::Timing::GetTicks(); |
| 286 | Memory::WriteBlock(*address, &block, sizeof(block)); | 286 | Memory::WriteBlock(*address, &block, sizeof(block)); |
| 287 | } else { | 287 | } else { |
| 288 | const auto address = | 288 | const auto address = |