Change read_sd_file semantics to return size read.

This commit is contained in:
Michael Scire
2018-04-26 04:47:22 -06:00
parent 222ec1cd7f
commit ea609e68d3
6 changed files with 8 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ typedef struct {
char path[0x300];
const char *key;
uintptr_t load_address;
size_t load_size;
} load_file_t;
typedef struct {