cloud-game/pkg/worker
sergystepanov d6199c9598
Use ROM folders
Libretro cores are selected based on the file extensions of the ROMs. However, ROM file extensions are not unique across cores (e.g., .zip is used in both DosBox and MAME). To load a specific core correctly, it's necessary to place the corresponding ROMs in designated folders specified in the configuration. By default, you can use the keys from cores.list as the folder names, or you can specify your own custom folder names using the 'folder' parameter for each core.
2024-07-24 20:31:12 +03:00
..
caged Use ROM folders 2024-07-24 20:31:12 +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 Migrate to rand/v2 2024-04-22 18:10:35 +03:00
recorder Migrate to rand/v2 2024-04-22 18:10:35 +03:00
room Use ROM folders 2024-07-24 20:31:12 +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 Replace the hasMultitap option with a more general solution 2024-03-05 21:34:37 +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