[debug] warn if vid mem can't be located
This commit is contained in:
parent
05728b0e2f
commit
4da4ab63c0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user