mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 11:31:39 +12:00
Add new HTTP(anda) commands
This commit is contained in:
parent
8fb3096331
commit
fa6ce2a7f2
4 changed files with 31 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue