Skip to content

Commit

Permalink
Qt: Add new icon for gametrak and realplay
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz authored and F0bes committed Jul 31, 2024
1 parent c3a5b13 commit d6e57f3
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 38 deletions.
4 changes: 3 additions & 1 deletion pcsx2-qt/Settings/ControllerBindingWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,9 @@ QIcon USBDeviceWidget::getIcon() const
{"printer", "printer-line"}, // Printer
{"Keyboardmania", "keyboardmania-line"}, // KeyboardMania
{"guncon2", "guncon2-line"}, // GunCon 2
{"DJTurntable", "dj-hero-line"} // DJ Hero TurnTable
{"DJTurntable", "dj-hero-line"}, // DJ Hero TurnTable
{"Gametrak", "gametrak-line"}, // Gametrak Device
{"RealPlay", "realplay-sphere-line"} // RealPlay Device
};

for (size_t i = 0; i < std::size(icons); i++)
Expand Down
26 changes: 26 additions & 0 deletions pcsx2-qt/resources/icons/black/svg/gametrak-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions pcsx2-qt/resources/icons/black/svg/memcard-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions pcsx2-qt/resources/icons/black/svg/realplay-sphere-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions pcsx2-qt/resources/icons/white/svg/gametrak-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 21 additions & 29 deletions pcsx2-qt/resources/icons/white/svg/memcard-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions pcsx2-qt/resources/icons/white/svg/realplay-sphere-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pcsx2-qt/resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<file>icons/black/svg/folder-settings-line.svg</file>
<file>icons/black/svg/fullscreen-line.svg</file>
<file>icons/black/svg/function-line.svg</file>
<file>icons/black/svg/gametrak-line.svg</file>
<file>icons/black/svg/github.svg</file>
<file>icons/black/svg/global-line.svg</file>
<file>icons/black/svg/guitar-line.svg</file>
Expand Down Expand Up @@ -74,6 +75,7 @@
<file>icons/black/svg/Popn-line.svg</file>
<file>icons/black/svg/price-tag-3-line.svg</file>
<file>icons/black/svg/printer-line.svg</file>
<file>icons/black/svg/realplay-sphere-line.svg</file>
<file>icons/black/svg/refresh-line.svg</file>
<file>icons/black/svg/restart-line.svg</file>
<file>icons/black/svg/save-3-line.svg</file>
Expand Down Expand Up @@ -145,6 +147,7 @@
<file>icons/white/svg/folder-settings-line.svg</file>
<file>icons/white/svg/fullscreen-line.svg</file>
<file>icons/white/svg/function-line.svg</file>
<file>icons/white/svg/gametrak-line.svg</file>
<file>icons/white/svg/github.svg</file>
<file>icons/white/svg/global-line.svg</file>
<file>icons/white/svg/guitar-line.svg</file>
Expand Down Expand Up @@ -172,6 +175,7 @@
<file>icons/white/svg/Popn-line.svg</file>
<file>icons/white/svg/price-tag-3-line.svg</file>
<file>icons/white/svg/printer-line.svg</file>
<file>icons/white/svg/realplay-sphere-line.svg</file>
<file>icons/white/svg/refresh-line.svg</file>
<file>icons/white/svg/restart-line.svg</file>
<file>icons/white/svg/save-3-line.svg</file>
Expand Down

0 comments on commit d6e57f3

Please sign in to comment.