cloud-game/pkg/worker/room
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
..
cast.go Add the initial caged apps abstraction 2023-09-16 20:12:24 +03:00
cast_test.go Add the initial caged apps abstraction 2023-09-16 20:12:24 +03:00
room.go Add initial automatic aspect ratio change 2023-11-03 01:12:22 +03:00
room_test.go Use ROM folders 2024-07-24 20:31:12 +03:00
router_test.go Drop users when coordinator is lost 2023-10-21 18:45:38 +03:00