mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 08:42:43 -05:00
Fix similar (but unrelated to the previous) race condition
This commit is contained in:
@@ -221,6 +221,8 @@ void update_qr(qr_data *data)
|
|||||||
{
|
{
|
||||||
exit_qr(data);
|
exit_qr(data);
|
||||||
|
|
||||||
|
while (!data->finished) svcSleepThread(1000000);
|
||||||
|
|
||||||
draw_install(INSTALL_DOWNLOAD);
|
draw_install(INSTALL_DOWNLOAD);
|
||||||
char * zip_buf = NULL;
|
char * zip_buf = NULL;
|
||||||
char * filename = NULL;
|
char * filename = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user