This commit is contained in:
wheremyfoodat 2023-07-27 13:49:13 +03:00
parent 630d423a4d
commit 420abd26d0
2 changed files with 8 additions and 9 deletions

View file

@ -42,7 +42,7 @@ class HttpAction {
HttpActionType getType() const { return type; }
static std::unique_ptr<HttpAction> createScreenshotAction(DeferredResponseWrapper& response);
static std::unique_ptr<HttpAction> createKeyAction(uint32_t key, bool state);
static std::unique_ptr<HttpAction> createKeyAction(u32 key, bool state);
static std::unique_ptr<HttpAction> createLoadRomAction(DeferredResponseWrapper& response, const std::filesystem::path& path, bool paused);
static std::unique_ptr<HttpAction> createTogglePauseAction();
static std::unique_ptr<HttpAction> createResetAction();