> 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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user