1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-23 23:32:45 +00:00

Let the CPU run for longer before it dies

This commit is contained in:
Peter Evans 2018-01-08 22:24:30 -06:00
parent b21b48cac0
commit f7b8740c2e

View File

@ -163,7 +163,7 @@ vm_screen_free(vm_screen *screen)
bool bool
vm_screen_active(vm_screen *screen) vm_screen_active(vm_screen *screen)
{ {
static int counter = 5; static int counter = 50;
if (counter--) { if (counter--) {
return true; return true;