[PR #849] [MERGED] [libretro] add input descriptors #163

Open
opened 2026-01-29 19:06:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/849
Author: @hunterk
Created: 9/13/2020
Status: Merged
Merged: 9/14/2020
Merged by: @stenzek

Base: masterHead: master


📝 Commits (1)

  • 71636d2 add input descriptors for remaps

📊 Changes

1 file changed (+37 additions, -0 deletions)

View changed files

📝 src/duckstation-libretro/libretro_host_interface.cpp (+37 -0)

📄 Description

These are used by RetroArch to do input remapping. I used the same macro from pcsx_rearmed to avoid 7x duplicate sections (1 for each possible pad).


🔄 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/stenzek/duckstation/pull/849 **Author:** [@hunterk](https://github.com/hunterk) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 9/14/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`71636d2`](https://github.com/stenzek/duckstation/commit/71636d22f6091034d9f24efc9a31b0ed778e5a45) add input descriptors for remaps ### 📊 Changes **1 file changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/duckstation-libretro/libretro_host_interface.cpp` (+37 -0) </details> ### 📄 Description These are used by RetroArch to do input remapping. I used the same macro from pcsx_rearmed to avoid 7x duplicate sections (1 for each possible pad). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#163