From effc9543b32bd1ad6e8f4fd9dbb90dd9e1001247 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 11 Jul 2023 03:08:12 +0300 Subject: [PATCH] Formatting --- include/services/gsp_gpu.hpp | 2 +- src/emulator.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/services/gsp_gpu.hpp b/include/services/gsp_gpu.hpp index 7e69253a..0757ea2d 100644 --- a/include/services/gsp_gpu.hpp +++ b/include/services/gsp_gpu.hpp @@ -34,7 +34,7 @@ class GPUService { u32 privilegedProcess; std::optional interruptEvent; - // Number of threads registers via RegisterInterruptRelayQueue + // Number of threads registered via RegisterInterruptRelayQueue u32 gspThreadCount = 0; MAKE_LOG_FUNCTION(log, gspGPULogger) diff --git a/src/emulator.cpp b/src/emulator.cpp index 58ef4c9c..c7508681 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -434,7 +434,6 @@ void Emulator::initGraphicsContext() { #ifdef PANDA3DS_ENABLE_HTTP_SERVER void Emulator::pollHttpServer() { std::scoped_lock lock(httpServer.actionMutex); - ServiceManager& srv = kernel.getServiceManager(); if (httpServer.pendingAction) {