Resolve [-Wdeprecated-declarations]

This commit is contained in:
Minty-Meeo
2023-03-23 11:01:13 -05:00
committed by get
parent 528f7c90e9
commit 244918acb8
3 changed files with 9 additions and 9 deletions

View File

@ -58,7 +58,7 @@ void LogToFile(const char* fmt, ...)
va_end(args);
}
bool ProgressCallback(double total, double now, double, double)
bool ProgressCallback(s64 total, s64 now, s64, s64)
{
UI::SetCurrentProgress(static_cast<int>(now), static_cast<int>(total));
return true;