MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / blkdev_exitgui

Function blkdev_exitgui

src/blkdev.cpp:621–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619 }
620}
621void blkdev_exitgui (void)
622{
623 for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++) {
624 struct blkdevstate *st = &state[i];
625 if (st->waspaused) {
626 struct device_info di;
627 if (sys_command_info (i, &di, 1)) {
628 sys_command_cd_pause (i, 0);
629 }
630 }
631 st->waspaused = 0;
632 }
633}
634
635void check_prefs_changed_cd (void)
636{

Callers 1

devices_unpauseFunction · 0.85

Calls 2

sys_command_infoFunction · 0.85
sys_command_cd_pauseFunction · 0.85

Tested by

no test coverage detected