Refactor http server
This commit is contained in:
@@ -63,6 +63,7 @@ class Emulator {
|
||||
|
||||
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
|
||||
HttpServer httpServer;
|
||||
friend class HttpServer;
|
||||
#endif
|
||||
|
||||
// Keep the handle for the ROM here to reload when necessary and to prevent deleting it
|
||||
@@ -93,8 +94,4 @@ class Emulator {
|
||||
bool loadELF(const std::filesystem::path& path);
|
||||
bool loadELF(std::ifstream& file);
|
||||
void initGraphicsContext();
|
||||
|
||||
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
|
||||
void pollHttpServer();
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user