Skip to content

Commit

Permalink
Fix guitar png not showing at all
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPanda4552 committed Apr 20, 2023
1 parent 4840160 commit 700b0ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/ControllerBindingWidget_Guitar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<x>0</x>
<y>0</y>
<width>1101</width>
<height>321</height>
<height>322</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down
3 changes: 3 additions & 0 deletions pcsx2-qt/pcsx2-qt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@
<QtUi Include="Settings\ControllerBindingWidget_DualShock2.ui">
<FileType>Document</FileType>
</QtUi>
<QtUi Include="Settings\ControllerBindingWidget_Guitar.ui">
<FileType>Document</FileType>
</QtUi>
<QtUi Include="Settings\ControllerBindingWidget.ui">
<FileType>Document</FileType>
</QtUi>
Expand Down
Binary file added pcsx2-qt/resources/images/guitar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pcsx2-qt/resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@
<file>images/DrivingForce.png</file>
<file>images/dualshock-2.png</file>
<file>images/GTForce.png</file>
<file>images/guitar.png</file>
</qresource>
</RCC>

0 comments on commit 700b0ae

Please sign in to comment.