overlays: prefer overlay_picture over content_icon

This commit is contained in:
Megamouse 2025-03-20 22:34:45 +01:00
parent c8b975cef6
commit e937d5dbe2

View file

@ -366,7 +366,7 @@ namespace rsx
game_content_type content_type = game_content_type::background_picture;
game_content_dir_type dir_type = game_content_dir_type::any;
for (game_content_type type : { game_content_type::background_picture, game_content_type::content_icon, game_content_type::overlay_picture })
for (game_content_type type : { game_content_type::background_picture, game_content_type::overlay_picture, game_content_type::content_icon })
{
if (const std::string picture_path = rpcs3::utils::get_game_content_path(type, dir_type); !picture_path.empty())
{