Formatting

This commit is contained in:
wheremyfoodat 2023-07-11 03:08:12 +03:00
parent 3063efaea1
commit effc9543b3
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@ class GPUService {
u32 privilegedProcess;
std::optional<Handle> interruptEvent;
// Number of threads registers via RegisterInterruptRelayQueue
// Number of threads registered via RegisterInterruptRelayQueue
u32 gspThreadCount = 0;
MAKE_LOG_FUNCTION(log, gspGPULogger)