cloud-game/pkg/config
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
..
config.yaml Add the uniqueSaveDir option 2024-08-21 18:52:26 +03:00
coordinator.go Embed config.yaml into both apps 2023-05-12 14:31:21 +03:00
emulator.go Add the uniqueSaveDir option 2024-08-21 18:52:26 +03:00
emulator_test.go Fix lint warnings 2023-06-27 23:45:57 +03:00
loader.go Fix possible NPEs 2023-11-26 22:39:46 +03:00
loader_test.go Embed config.yaml into both apps 2023-05-12 14:31:21 +03:00
shared.go Add frame-options option 2024-05-13 19:29:13 +03:00
webrtc.go Update config manager 2023-04-22 17:05:28 +03:00
worker.go Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00