comparison system.h @ 2546:6aa3025bbf5f

Merge
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jan 2025 23:03:50 -0800
parents 99e59fdddbc3 c076a96f1668
children c768bbd912f1
comparison
equal deleted inserted replaced
2544:99e59fdddbc3 2546:6aa3025bbf5f
170 170
171 system_type detect_system_type(system_media *media); 171 system_type detect_system_type(system_media *media);
172 system_header *alloc_config_system(system_type stype, system_media *media, uint32_t opts, uint8_t force_region); 172 system_header *alloc_config_system(system_type stype, system_media *media, uint32_t opts, uint8_t force_region);
173 system_header *alloc_config_player(system_type stype, event_reader *reader); 173 system_header *alloc_config_player(system_type stype, event_reader *reader);
174 void system_request_exit(system_header *system, uint8_t force_release); 174 void system_request_exit(system_header *system, uint8_t force_release);
175 uint32_t load_media(char * filename, system_media *dst, system_type *stype);
175 void* load_media_subfile(const system_media *media, char *path, uint32_t *sizeout); 176 void* load_media_subfile(const system_media *media, char *path, uint32_t *sizeout);
176 177
177 #endif //SYSTEM_H_ 178 #endif //SYSTEM_H_