[PR #246] [MERGED] Create shortcut #1420

Closed
opened 2026-02-27 21:12:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/246
Author: @DanielSvoboda
Created: 7/6/2024
Status: Merged
Merged: 7/6/2024
Merged by: @georgemoralis

Base: mainHead: Create-Shortcut


📝 Commits (5)

📊 Changes

2 files changed (+185 additions, -2 deletions)

View changed files

📝 src/qt_gui/gui_context_menus.h (+166 -0)
📝 src/qt_gui/main.cpp (+19 -2)

📄 Description

Added 'Create Shortcut' option to gui_context_menus

Implemented functionality to create shortcuts:
convertPngToIco: Converts PNG icons to ICO format.
createShortcutWin: Creates shortcuts on Windows using COM interfaces.
createShortcutLinux: Generates .desktop files for shortcut creation on Linux.

Executable now accept arguments similar to the SDL version.

Note: Linux functionality has not been tested.

ShortCut


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/246 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `Create-Shortcut` --- ### 📝 Commits (5) - [`56af77f`](https://github.com/shadps4-emu/shadPS4/commit/56af77f1f4baa6954d68d63dcbd4745aabbc9cb7) add command line arguments GUI - [`c3bf56f`](https://github.com/shadps4-emu/shadPS4/commit/c3bf56f3ebdc9ff1e6a1fcaa21a235bb8afebc1f) add 'Create Shortcut' option - [`eff8a9e`](https://github.com/shadps4-emu/shadPS4/commit/eff8a9e51491f72d034342d4519ae414881c6c13) fix linux? - [`f8e2b6d`](https://github.com/shadps4-emu/shadPS4/commit/f8e2b6d0cd008e56b82d40099bc40bcf99aa3b79) fix linux - [`311ddbe`](https://github.com/shadps4-emu/shadPS4/commit/311ddbe2f9045d2040eaf4f2a9810f254be18a97) fiz linux ### 📊 Changes **2 files changed** (+185 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/gui_context_menus.h` (+166 -0) 📝 `src/qt_gui/main.cpp` (+19 -2) </details> ### 📄 Description Added 'Create Shortcut' option to gui_context_menus Implemented functionality to create shortcuts: convertPngToIco: Converts PNG icons to ICO format. createShortcutWin: Creates shortcuts on Windows using COM interfaces. createShortcutLinux: Generates .desktop files for shortcut creation on Linux. Executable now accept arguments similar to the SDL version. Note: Linux functionality has not been tested. ![ShortCut](https://github.com/shadps4-emu/shadPS4/assets/28203966/cd1f2a19-e450-4bdd-9b59-c0d979646af0) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1420
No description provided.