[PR #516] [MERGED] Controller: Add NeGcon support #10

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/516
Author: @ggrtk
Created: 5/31/2020
Status: Merged
Merged: 5/31/2020
Merged by: @stenzek

Base: masterHead: negcon


📝 Commits (1)

  • ee3a960 Controller: Add NeGcon support

📊 Changes

6 files changed (+350 additions, -4 deletions)

View changed files

📝 src/core/CMakeLists.txt (+2 -0)
📝 src/core/controller.cpp (+19 -0)
src/core/negcon.cpp (+246 -0)
src/core/negcon.h (+78 -0)
📝 src/core/settings.cpp (+4 -4)
📝 src/core/types.h (+1 -0)

📄 Description

No description provided


🔄 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/516 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 5/31/2020 **Status:** ✅ Merged **Merged:** 5/31/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `negcon` --- ### 📝 Commits (1) - [`ee3a960`](https://github.com/stenzek/duckstation/commit/ee3a96011efd29f7f8e2b707b9021688343b459b) Controller: Add NeGcon support ### 📊 Changes **6 files changed** (+350 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/core/CMakeLists.txt` (+2 -0) 📝 `src/core/controller.cpp` (+19 -0) ➕ `src/core/negcon.cpp` (+246 -0) ➕ `src/core/negcon.h` (+78 -0) 📝 `src/core/settings.cpp` (+4 -4) 📝 `src/core/types.h` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#10