[debug] warn if vid mem can't be located

This commit is contained in:
Kevin Lange 2012-10-16 23:31:55 -07:00
parent 05728b0e2f
commit 4da4ab63c0

View File

@ -124,6 +124,8 @@ void graphics_install_preset(uint16_t w, uint16_t h) {
}
}
debug_print(WARNING, "Failed to locate video memory. This could end poorly.");
mem_found:
finalize_graphics(w,h,b);