Emulate back/select gamepad button

This commit is contained in:
loki
2019-12-22 23:34:12 +01:00
parent 0deb5433d1
commit 29edc88294
12 changed files with 524 additions and 41 deletions
+5
View File
@@ -37,9 +37,14 @@ struct nvhttp_t {
std::string external_ip;
};
struct input_t {
std::chrono::milliseconds back_button_timeout;
};
extern video_t video;
extern stream_t stream;
extern nvhttp_t nvhttp;
extern input_t input;
void parse_file(const char *file);
}