-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Supporting no-game cores should be easy. I didn't send a patch, because there are some decisions to be made. I would suggest adding a support_no_game: bool
to CoreInfo
and either turning the game_data
argument in on_load_game( &mut self, game_data: libretro_backend::GameData )
into an option, or simply setting its fields to None
.
gmosx
Metadata
Metadata
Assignees
Labels
No labels