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)

View file

@ -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) {