mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
overlays: prefer overlay_picture over content_icon
This commit is contained in:
parent
c8b975cef6
commit
e937d5dbe2
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue