overlays: Add some more icons

This commit is contained in:
kd-11 2026-03-15 23:13:24 +03:00 committed by kd-11
parent 37f1533dad
commit 3acf1f6470
14 changed files with 19 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

View file

@ -41,6 +41,18 @@ namespace rsx::overlays::home_menu
return "user-group-solid.png";
case fa_icon::trophy:
return "trophy-solid.png";
case fa_icon::audio:
return "headphones-solid.png";
case fa_icon::video:
return "display-solid.png";
case fa_icon::gamepad:
return "gamepad-solid.png";
case fa_icon::settings_sliders:
return "sliders-solid.png";
case fa_icon::settings_gauge:
return "gauge-solid.png";
case fa_icon::bug:
return "bug-solid.png";
}
}

View file

@ -19,7 +19,13 @@ namespace rsx::overlays::home_menu
screenshot,
video_camera,
trophy,
friends
friends,
audio,
video,
gamepad,
settings_sliders,
settings_gauge,
bug,
};
const image_info* get_icon(fa_icon icon);