From 6e01679279944228d692da72965ca0056a429745 Mon Sep 17 00:00:00 2001 From: angie Date: Tue, 14 May 2024 10:50:53 -0400 Subject: [PATCH] a --- src/recomp/pi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recomp/pi.cpp b/src/recomp/pi.cpp index 5488246..2c5c219 100644 --- a/src/recomp/pi.cpp +++ b/src/recomp/pi.cpp @@ -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(); }