mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-27 14:29:20 -06:00
Converts them from 0 == success, 1 == failure to using the built-in standard bool. Also while we're at it, const qualify write_sector's "sector" parameter, since nothing in the function modifies the data being pointed to.