From 5d31807f957f15b72f8d3ad8bb4c3985ea754fd6 Mon Sep 17 00:00:00 2001 From: ds22x <45218067+ds22x@users.noreply.github.com> Date: Mon, 13 Sep 2021 02:51:26 +0200 Subject: [PATCH] Remove two unnecessary lines --- libretro/libretro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretro/libretro.c b/libretro/libretro.c index 393a34d..a9ab3c6 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c @@ -2847,8 +2847,6 @@ void retro_run(void) } } - bmdoffset = 0; - vwoffset = 0; if ((config.left_border != 0) && (reg[0] & 0x20) && ((system_hw == SYSTEM_MARKIII) || (system_hw & SYSTEM_SMS) || (system_hw == SYSTEM_PBC))) { bmdoffset = 16;