The old ISO Read TOC handlers are now used if the image is ISO - fixes reading ISO images under Windows 9x and NT 5.x.

This commit is contained in:
OBattler
2017-05-10 00:38:21 +02:00
parent 42e90fb0b0
commit 95d201d4fd
5 changed files with 197 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ extern void image_reset(uint8_t id);
extern void image_close(uint8_t id);
void update_status_bar_icon_state(int tag, int state);
extern void cdrom_set_null_handler(uint8_t id);
#ifdef __cplusplus