mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
Reload lists after scanning, and move text to bottom to leave top solely to camera (#126)
* reload lists after qr code is scanned * move "press R to exit" to bottom screen
This commit is contained in:
@@ -34,13 +34,14 @@ typedef struct {
|
||||
u32 *texture_buffer;
|
||||
Handle mutex;
|
||||
volatile bool finished;
|
||||
volatile bool success;
|
||||
Handle cancel;
|
||||
|
||||
bool capturing;
|
||||
struct quirc* context;
|
||||
} qr_data;
|
||||
|
||||
void init_qr(EntryMode current_mode);
|
||||
bool init_qr(EntryMode current_mode);
|
||||
void exit_qr(qr_data *data);
|
||||
void take_picture(void);
|
||||
Result http_get(char *url, const char *path);
|
||||
|
||||
Reference in New Issue
Block a user