mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 19:21:49 +01:00
[Gamecube/Wii] fixed regression with recent file list display
This commit is contained in:
parent
dfb7bd8861
commit
99e632a183
@ -214,7 +214,7 @@ static void selector_cb(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (FONT_write(text,18,dir_icon.x,yoffset+22,bar_over.w-20,(GXColor)WHITE))
|
if (FONT_write(text,18,26,yoffset+22,bar_over.w-20,(GXColor)WHITE))
|
||||||
{
|
{
|
||||||
/* text scrolling */
|
/* text scrolling */
|
||||||
string_offset ++;
|
string_offset ++;
|
||||||
|
Loading…
Reference in New Issue
Block a user