mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
gdi: fix uninitialized usage warning
This commit is contained in:
parent
20850a7f92
commit
3098b5e3df
@ -127,6 +127,7 @@ static void gdi_render_msg(
|
|||||||
newX = (x * width * scale) - (len / 2);
|
newX = (x * width * scale) - (len / 2);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
newX = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user