mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
a
This commit is contained in:
parent
0de47dedc2
commit
6e01679279
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ void save_write_ptr(const void* in, uint32_t offset, uint32_t count) {
|
|||
std::lock_guard lock { save_context.save_buffer_mutex };
|
||||
memcpy(&save_context.save_buffer[offset], in, count);
|
||||
}
|
||||
|
||||
|
||||
save_context.write_sempahore.signal();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue