Fix race condition in QR reader - slightly broken (doesn't run more than once)
This commit is contained in:
@@ -34,6 +34,7 @@ typedef struct {
|
||||
u32 *texture_buffer;
|
||||
Handle mutex;
|
||||
volatile bool finished;
|
||||
volatile bool finished_update;
|
||||
volatile bool success;
|
||||
Handle cancel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user