mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
Formatting
This commit is contained in:
parent
3063efaea1
commit
effc9543b3
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue