Mercurial > repos > blastem
comparison system.h @ 2545:c076a96f1668
Get CD titles sort of working in libretro target
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 02 Jan 2025 23:02:52 -0800 |
parents | f4a471730ba4 |
children | 6aa3025bbf5f |
comparison
equal
deleted
inserted
replaced
2543:9a07d299604b | 2545:c076a96f1668 |
---|---|
168 | 168 |
169 system_type detect_system_type(system_media *media); | 169 system_type detect_system_type(system_media *media); |
170 system_header *alloc_config_system(system_type stype, system_media *media, uint32_t opts, uint8_t force_region); | 170 system_header *alloc_config_system(system_type stype, system_media *media, uint32_t opts, uint8_t force_region); |
171 system_header *alloc_config_player(system_type stype, event_reader *reader); | 171 system_header *alloc_config_player(system_type stype, event_reader *reader); |
172 void system_request_exit(system_header *system, uint8_t force_release); | 172 void system_request_exit(system_header *system, uint8_t force_release); |
173 uint32_t load_media(char * filename, system_media *dst, system_type *stype); | |
173 void* load_media_subfile(const system_media *media, char *path, uint32_t *sizeout); | 174 void* load_media_subfile(const system_media *media, char *path, uint32_t *sizeout); |
174 | 175 |
175 #endif //SYSTEM_H_ | 176 #endif //SYSTEM_H_ |