diff options
Diffstat (limited to 'core/graphics.c')
-rw-r--r-- | core/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/graphics.c b/core/graphics.c index e9fea617..bdf48a85 100644 --- a/core/graphics.c +++ b/core/graphics.c @@ -363,7 +363,7 @@ void using_vga(uint8_t vga, uint16_t pix_cols, uint16_t pix_rows) GXPixRows = pix_rows; if (!(UsingVGA & 0x08)) - bios_adjust_screen(); + adjust_screen(); } void pm_using_vga(com32sys_t *regs) |