mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1637] [MERGED] More devtools stuff #2215
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#2215
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/1637
Author: @viniciuslrangel
Created: 12/1/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @psucien
Base:
main← Head:devtools-ii📝 Commits (5)
5462f67devtools: memory map viewer35b397edevtools: batch highlight only for non-group viewerbe930aadevtools: fix not showing entire user data536ec3edevtools: shader debug viewere560392devtools: add more reg naming📊 Changes
18 files changed (+491 additions, -65 deletions)
View changed files
📝
CMakeLists.txt(+4 -0)📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/core/debug_state.cpp(+9 -2)📝
src/core/debug_state.h(+42 -6)📝
src/core/devtools/gcn/gcn_context_regs.cpp(+10 -0)📝
src/core/devtools/layer.cpp(+38 -7)📝
src/core/devtools/options.cpp(+8 -3)📝
src/core/devtools/options.h(+2 -1)📝
src/core/devtools/widget/cmd_list.cpp(+2 -2)📝
src/core/devtools/widget/common.h(+57 -0)➕
src/core/devtools/widget/memory_map.cpp(+134 -0)➕
src/core/devtools/widget/memory_map.h(+33 -0)📝
src/core/devtools/widget/reg_view.cpp(+5 -44)➕
src/core/devtools/widget/shader_list.cpp(+95 -0)➕
src/core/devtools/widget/shader_list.h(+28 -0)📝
src/core/memory.h(+6 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+4 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.