1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00

Fix deadlock in hexview

thanks huhen
This commit is contained in:
Such Meme, Many Skill 2020-05-02 21:56:49 +02:00
parent 7add4b6b13
commit baac8dc2fb

View file

@ -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);