mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #1631] [MERGED] core: Library cleanup #2209
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#2209
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/1631
Author: @raphaelthegreat
Created: 11/30/2024
Status: ✅ Merged
Merged: 11/30/2024
Merged by: @raphaelthegreat
Base:
main← Head:spring-clean📝 Commits (3)
d1c3aebcore: Split error codes into separate filesba78dc5core: Bring structs and enums to codebase style53f3ca0core: More style changes📊 Changes
114 files changed (+2159 additions, -2510 deletions)
View changed files
📝
CMakeLists.txt(+31 -19)➖
src/audio_core/sdl_audio.cpp(+0 -166)➖
src/audio_core/sdl_audio.h(+0 -39)📝
src/common/memory_patcher.cpp(+5 -5)📝
src/core/cpu_patches.h(+2 -0)📝
src/core/devtools/widget/imgui_memory_editor.h(+1 -1)📝
src/core/devtools/widget/text_editor.cpp(+1 -1)📝
src/core/file_format/playgo_chunk.h(+10 -11)📝
src/core/libraries/app_content/app_content.cpp(+27 -32)📝
src/core/libraries/app_content/app_content.h(+10 -10)➕
src/core/libraries/app_content/app_content_error.h(+11 -0)📝
src/core/libraries/audio/audioout.cpp(+40 -44)📝
src/core/libraries/audio/audioout.h(+22 -32)➕
src/core/libraries/audio/audioout_error.h(+34 -0)➕
src/core/libraries/audio/sdl_audio.cpp(+141 -0)➕
src/core/libraries/audio/sdl_audio.h(+42 -0)📝
src/core/libraries/audio3d/audio3d.cpp(+27 -31)📝
src/core/libraries/audio3d/audio3d.h(+63 -62)📝
src/core/libraries/audio3d/audio3d_error.h(+2 -0)📝
src/core/libraries/audio3d/audio3d_impl.h(+1 -1)...and 80 more files
📄 Description
Nothing to see here (hopefully no regressions), mostly cleans up some low hanging fruit stuff because I was bored
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.