mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #849] [MERGED] [libretro] add input descriptors #163
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/849
Author: @hunterk
Created: 9/13/2020
Status: ✅ Merged
Merged: 9/14/2020
Merged by: @stenzek
Base:
master← Head:master📝 Commits (1)
71636d2add 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.