mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
Change read_sd_file semantics to return size read.
This commit is contained in:
parent
222ec1cd7f
commit
ea609e68d3
6 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "sd_utils.h"
|
||||
|
||||
int read_sd_file(void *dst, size_t dst_size, const char *filename) {
|
||||
size_t read_sd_file(void *dst, size_t dst_size, const char *filename) {
|
||||
/* TODO: Implement this function. */
|
||||
(void)(dst);
|
||||
(void)(dst_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue