mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-09 20:41:38 +12:00
Remove globals, change conditional compilation, doormat
This commit is contained in:
parent
b8fa5fc86d
commit
57c45cf58a
4 changed files with 15 additions and 12 deletions
|
@ -429,7 +429,7 @@ void Emulator::pollHttpServer() {
|
|||
if (httpServer.pendingAction) {
|
||||
switch (httpServer.action) {
|
||||
case HttpAction::Screenshot: {
|
||||
screenshot(httpServerScreenshotPath);
|
||||
screenshot(HttpServer::httpServerScreenshotPath);
|
||||
break;
|
||||
}
|
||||
case HttpAction::PressKey: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue