mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #3034] [MERGED] Qt: Add new controller image and icon refinement #1505
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/3034
Author: @kamfretoz
Created: 10/19/2023
Status: ✅ Merged
Merged: 10/21/2023
Merged by: @stenzek
Base:
master← Head:ikon-baru-pt3📝 Commits (2)
2ca3322Qt: Add new controller image and icon refinement709b3b2Add to contributors list📊 Changes
14 files changed (+779 additions, -378 deletions)
View changed files
📝
CONTRIBUTORS.md(+56 -45)📝
src/duckstation-qt/controllerbindingwidget.ui(+1 -1)📝
src/duckstation-qt/controllerbindingwidget_analog_controller.ui(+33 -72)📝
src/duckstation-qt/controllerbindingwidget_analog_joystick.ui(+26 -65)📝
src/duckstation-qt/controllerbindingwidget_mouse.ui(+63 -39)📝
src/duckstation-qt/controllerbindingwidgets.cpp(+1 -1)📝
src/duckstation-qt/controllersettingsdialog.ui(+2 -2)📝
src/duckstation-qt/gamelistsettingswidget.ui(+4 -4)➕
src/duckstation-qt/resources/controllers/analog_joystick.svg(+403 -0)➕
src/duckstation-qt/resources/controllers/mouse.svg(+41 -0)📝
src/duckstation-qt/resources/controllers/negcon.svg(+112 -149)➕
src/duckstation-qt/resources/icons/black/svg/joystick-line.svg(+32 -0)➕
src/duckstation-qt/resources/icons/white/svg/joystick-line.svg(+1 -0)📝
src/duckstation-qt/resources/resources.qrc(+4 -0)📄 Description
This PR adds a brand new PS Mouse and PS Analog Joystick controller images preview, and also a small refinement to the NeGcon controller image.
As per usual, credit to MBee for the images!
Obligatory Preview:
Analog Joystick
PlayStation Mouse
NeGcon
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.