commit 8c31cf1

Devine Lu Linvega  ·  2026-01-08 18:09:52 +0000 UTC
parent 863053a
Remove initial screen update
1 files changed,  +0, -1
+0, -1
1@@ -1302,7 +1302,6 @@ emu_run(void)
2 	fds[1].events = POLLIN;
3 	fds[2].fd = STDIN_FILENO;
4 	fds[2].events = POLLIN | POLLHUP;
5-	screen_update();
6 	while(!dev[0x0f]) {
7 		if(poll(fds, 3, -1) <= 0)
8 			continue;