Lioncash c26de8107d
SDCardUtil: Convert return type of write_* functions to bool
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.
2018-05-11 08:29:37 -04:00
..
2017-06-03 18:20:41 -07:00
2017-06-27 00:06:14 -07:00
2018-04-12 21:28:39 +02:00