mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Oops small mistake
This commit is contained in:
parent
53873c75cc
commit
340c18b87b
1 changed files with 1 additions and 2 deletions
|
@ -90,6 +90,7 @@ void Emulator::run() {
|
|||
httpServer.startHttpServer();
|
||||
#endif
|
||||
while (running) {
|
||||
ServiceManager& srv = kernel.getServiceManager();
|
||||
if(romLoaded) {
|
||||
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
|
||||
pollHttpServer();
|
||||
|
@ -97,8 +98,6 @@ void Emulator::run() {
|
|||
runFrame(); // Run 1 frame of instructions
|
||||
gpu.display(); // Display graphics
|
||||
|
||||
ServiceManager& srv = kernel.getServiceManager();
|
||||
|
||||
// Send VBlank interrupts
|
||||
srv.sendGPUInterrupt(GPUInterrupt::VBlank0);
|
||||
srv.sendGPUInterrupt(GPUInterrupt::VBlank1);
|
||||
|
|
Loading…
Add table
Reference in a new issue