mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
updater: flush log after each write
This commit is contained in:
parent
804b94ee9e
commit
de0bc06856
5 changed files with 72 additions and 65 deletions
|
@ -49,6 +49,7 @@ struct TodoList
|
|||
void Log() const;
|
||||
};
|
||||
|
||||
void LogToFile(const char* fmt, ...);
|
||||
std::string HexEncode(const u8* buffer, size_t size);
|
||||
Manifest::Hash ComputeHash(const std::string& contents);
|
||||
bool RunUpdater(std::vector<std::string> args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue