mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 09:54:47 -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
|
@ -3,6 +3,6 @@
|
|||
|
||||
#include "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);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue