Fix race condition in QR reader - slightly broken (doesn't run more than once)

This commit is contained in:
2018-05-10 22:08:00 -04:00
parent 5bb98a7fe2
commit 8189264908
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ typedef struct {
u32 *texture_buffer;
Handle mutex;
volatile bool finished;
volatile bool finished_update;
volatile bool success;
Handle cancel;