mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-07 17:24:58 -04:00
Fwrite fix (#1744)
This commit is contained in:
parent
89dc8c0463
commit
ad94ae05c1
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ static std::filesystem::path path_from_string8(char* path) {
|
|||
{"ftell", cmd_sd_tell}, \
|
||||
{"fread", cmd_sd_read}, \
|
||||
{"frb", cmd_sd_read_binary}, \
|
||||
{"fread", cmd_sd_write}, \
|
||||
{"fwrite", cmd_sd_write}, \
|
||||
{"fwb", cmd_sd_write_binary}
|
||||
// clang-format on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue