mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
flush file streamer after each write
This commit is contained in:
parent
f71046333d
commit
1752126f5c
4 changed files with 18 additions and 5 deletions
|
@ -22,6 +22,8 @@ class FileStream
|
|||
bool SetEndOfFile();
|
||||
void extract(std::vector<uint8>& data);
|
||||
|
||||
void Flush();
|
||||
|
||||
// reading
|
||||
uint32 readData(void* data, uint32 length);
|
||||
bool readU64(uint64& v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue