cloud-game/pkg/worker
Sergey Stepanov 7da993a4c7 Add the uniqueSaveDir option
This option allows for the safe use of distinct filesystem snapshots of games with some cores (e.g., DosBox). Keep in mind that with this option enabled, game changes won't be saved (the unique save folder will be deleted on exit) until you explicitly call the save (or share) function. Thus, you will need files like dosbox.conf along with the games to use some default behaviors with each new game session.
2024-08-21 18:52:26 +03:00
..
caged Add the uniqueSaveDir option 2024-08-21 18:52:26 +03:00
cloud Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00
compression Remove not needed rand seeding 2023-04-06 20:39:41 +03:00
media Reinit encoders with the mutexes 2024-08-11 12:18:41 +03:00
recorder Migrate to rand/v2 2024-04-22 18:10:35 +03:00
room Add a DOS game (Rogue) 2024-08-02 11:04:44 +03:00
thread Fix macOS tests 2024-05-07 21:05:12 +03:00
coordinator.go Replace the hasMultitap option with a more general solution 2024-03-05 21:34:37 +03:00
coordinatorhandlers.go Add keyboard and mouse support 2024-08-02 11:04:44 +03:00
watcher.go Add empty rooms watcher 2023-10-17 21:39:16 +03:00
worker.go Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00