mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 16:17:53 +00:00
settings: File selector & other settings
First of all, TASing requires a script to play back. The user can select the parent directory at `System -> Filesystem`, next to an option to pause TAS during loads: This requires a "hacky" setup deeper in the code and will be added in the last commit. Also, Hotkeys are being introduced: CTRL+F5 for playback start/stop, CTRL+F6 for re-reading the script and CTRL+F7 for recording a new script.
This commit is contained in:
parent
31068a63a9
commit
5f826dd03a
9 changed files with 104 additions and 2 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
Gamecard,
|
||||
Dump,
|
||||
Load,
|
||||
TAS,
|
||||
};
|
||||
|
||||
void SetDirectory(DirectoryTarget target, QLineEdit* edit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue