GET /sessions returns the title info.
This commit is contained in:
@@ -30,7 +30,10 @@ public:
|
||||
DebugServer(Emulator* emulator);
|
||||
virtual ~DebugServer();
|
||||
|
||||
Emulator* emulator() const { return emulator_; }
|
||||
|
||||
int Startup();
|
||||
int BeforeEntry();
|
||||
void Shutdown();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user