[PR #3778] [MERGED] usbd: Emulated Infinity Base Backend #3712

Closed
opened 2026-02-27 22:04:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3778
Author: @deReeperJosh
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @georgemoralis

Base: mainHead: infinitybase


📝 Commits (1)

  • 5a87861 Add Infinity Base Backend

📊 Changes

4 files changed (+508 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
src/core/libraries/usbd/emulated/infinity.cpp (+392 -0)
src/core/libraries/usbd/emulated/infinity.h (+112 -0)
📝 src/core/libraries/usbd/usbd.h (+2 -1)

📄 Description

Following on from https://github.com/shadps4-emu/shadPS4/pull/3762, adding the emulated Infinity Base to shadPS4. Code originally written by me for Dolphin, RPCS3 and Cemu.

The games unfortunately don't render very well, as evidenced by this video


🔄 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/3778 **Author:** [@deReeperJosh](https://github.com/deReeperJosh) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `infinitybase` --- ### 📝 Commits (1) - [`5a87861`](https://github.com/shadps4-emu/shadPS4/commit/5a87861642f2c25521ae453632e858603fd11372) Add Infinity Base Backend ### 📊 Changes **4 files changed** (+508 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) ➕ `src/core/libraries/usbd/emulated/infinity.cpp` (+392 -0) ➕ `src/core/libraries/usbd/emulated/infinity.h` (+112 -0) 📝 `src/core/libraries/usbd/usbd.h` (+2 -1) </details> ### 📄 Description Following on from https://github.com/shadps4-emu/shadPS4/pull/3762, adding the emulated Infinity Base to shadPS4. Code originally written by me for Dolphin, RPCS3 and Cemu. The games unfortunately don't render very well, as evidenced by [this video](https://youtu.be/lSF6r-IrrCs) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:43 +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#3712
No description provided.