Fix deadlock in hexview
thanks huhen
This commit is contained in:
@@ -42,7 +42,8 @@ void viewbytes(char *path){
|
|||||||
int res;
|
int res;
|
||||||
Inputs *input = hidRead();
|
Inputs *input = hidRead();
|
||||||
|
|
||||||
while (input->buttons & (KEY_POW | KEY_B));
|
while (input->buttons & (KEY_POW | KEY_B))
|
||||||
|
hidRead();
|
||||||
|
|
||||||
gfx_clearscreen();
|
gfx_clearscreen();
|
||||||
print = malloc (1024);
|
print = malloc (1024);
|
||||||
|
|||||||
Reference in New Issue
Block a user