> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 13:08:35 up 7 days, 13:09,  1 user,  load average: 0.38, 0.25, 0.10
This commit is contained in:
tracer-ics2023
2024-09-25 13:08:35 +08:00
committed by zzy
parent 02f4bf20e6
commit 99abf0d8fa

View File

@ -48,6 +48,7 @@ static void _get_screen(int *w, int *h) {
}
*w = dev_w;
*h = dev_h;
printf("screen size: %d %d\n", dev_w, dev_h);
fclose(fp);
}