mirror of https://github.com/PCSX2/pcsx2.git
FSUI: Add new Game List icon
This commit is contained in:
parent
d626028203
commit
807050db0d
Binary file not shown.
Before Width: | Height: | Size: 120 KiB |
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -1258,7 +1258,7 @@ void FullscreenUI::DrawLandingWindow()
|
|||
{
|
||||
ResetFocusHere();
|
||||
|
||||
if (HorizontalMenuItem(GetCachedTexture("fullscreenui/address-book-new.png"), FSUI_CSTR("Game List"),
|
||||
if (HorizontalMenuItem(GetCachedTexture("fullscreenui/game-list.png"), FSUI_CSTR("Game List"),
|
||||
FSUI_CSTR("Launch a game from images scanned from your game directories.")))
|
||||
{
|
||||
SwitchToGameList();
|
||||
|
|
Loading…
Reference in New Issue