Movie (recorded inputs) playback and recording. SDL has command lines to control it.
This commit is contained in:
parent
6e2a4ba665
commit
04541150b1
13 changed files with 625 additions and 41 deletions
|
@ -130,6 +130,10 @@ struct Values {
|
|||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
|
||||
// Movie
|
||||
std::string movie_play;
|
||||
std::string movie_record;
|
||||
|
||||
// WebService
|
||||
bool enable_telemetry;
|
||||
std::string telemetry_endpoint_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue