mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix non-auxspi bytes progress
This commit is contained in:
parent
e296e4cb68
commit
9de1d80ca1
@ -298,7 +298,7 @@ void ndsCardSaveRestore(const char *filename) {
|
||||
font->print(-1, 5, false, "]");
|
||||
for(unsigned int i = 0; i < 32; i++) {
|
||||
font->print((i * (SCREEN_COLS - 2) / 32) + 1, 5, false, "=");
|
||||
font->printf(0, 6, false, Alignment::left, Palette::white, "%d/%d Bytes", i * LEN, length);
|
||||
font->printf(0, 6, false, Alignment::left, Palette::white, "%d/%d Bytes", written, size);
|
||||
font->update(false);
|
||||
|
||||
fread(buffer, 1, blocks, in);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user