mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #53] [MERGED] pad implementation #1245
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/shadps4-emu/shadPS4/pull/53
Author: @georgemoralis
Created: 10/9/2023
Status: ✅ Merged
Merged: 10/13/2023
Merged by: @georgemoralis
Base:
main← Head:pad📝 Commits (4)
95f1c14added pad functions parametersda9adf8some work on pad emulation (WIP)e1b6461pad somehow working5a905b0map for dpad keys to emulator📊 Changes
17 files changed (+325 additions, -103 deletions)
View changed files
📝
CMakeLists.txt(+7 -0)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp(+1 -1)📝
src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h(+1 -1)📝
src/Core/PS4/HLE/Graphics/graphics_render.cpp(+1 -1)📝
src/Core/PS4/HLE/Graphics/video_out.cpp(+1 -1)📝
src/Core/PS4/HLE/LibSceGnmDriver.cpp(+1 -1)➕
src/Emulator/HLE/Libraries/LibPad/controller.cpp(+51 -0)➕
src/Emulator/HLE/Libraries/LibPad/controller.h(+33 -0)📝
src/Emulator/HLE/Libraries/LibPad/pad.cpp(+33 -2)📝
src/Emulator/HLE/Libraries/LibPad/pad.h(+83 -36)📝
src/Emulator/HLE/Libraries/LibUserService/user_service.h(+2 -0)➕
src/Emulator/Util/singleton.h(+24 -0)📝
src/emulator.cpp(+35 -8)📝
src/emulator.h(+2 -1)📝
src/main.cpp(+19 -20)📝
src/vulkan_util.cpp(+20 -20)📝
src/vulkan_util.h(+11 -11)📄 Description
needed for pong , breakout , tetris homebrew
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.