Add new HTTP(anda) commands

This commit is contained in:
wheremyfoodat 2023-07-26 20:12:36 +03:00
parent 8fb3096331
commit fa6ce2a7f2
4 changed files with 31 additions and 2 deletions

View file

@ -92,6 +92,7 @@ class Emulator {
void resume(); // Resume the emulator
void pause(); // Pause the emulator
void togglePause();
bool loadROM(const std::filesystem::path& path);
bool loadNCSD(const std::filesystem::path& path, ROMType type);