Fwrite fix (#1744)

This commit is contained in:
Totoo 2024-01-08 21:09:25 +01:00 committed by GitHub
parent 89dc8c0463
commit ad94ae05c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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