mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #95] [CLOSED] Revert latest log changes and fixes #1288
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#1288
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/95
Author: @georgemoralis
Created: 3/6/2024
Status: ❌ Closed
Base:
main← Head:revertfix📝 Commits (10+)
7ef3fe6revert latest gpucode changes seems to break stuff27f6f6bremoved debug code2c1d455increased dummy stubs to 512ebf3a27added autogenerate userservice,systemservice libraries5c75451more userservice,systemservice functions implemented1613e22clang format fix2bf8eeamore clang format fix20bd6b4even more clang format fix24194e7improvements in UserServiceb1a6680system service improvements📊 Changes
84 files changed (+9798 additions, -2790 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+16 -33)📝
src/Util/config.cpp(+6 -8)📝
src/Util/config.h(+1 -1)➖
src/common/assert.cpp(+0 -18)➖
src/common/assert.h(+0 -84)➖
src/common/bounded_threadsafe_queue.h(+0 -248)➖
src/common/error.cpp(+0 -57)➖
src/common/error.h(+0 -21)➕
src/common/fs_file.cpp(+96 -0)➕
src/common/fs_file.h(+86 -0)📝
src/common/io_file.cpp(+19 -17)➕
src/common/log.cpp(+159 -0)➕
src/common/log.h(+42 -0)➖
src/common/logging/backend.cpp(+0 -277)➖
src/common/logging/backend.h(+0 -27)➖
src/common/logging/filter.cpp(+0 -173)➖
src/common/logging/filter.h(+0 -66)➖
src/common/logging/formatter.h(+0 -21)➖
src/common/logging/log.h(+0 -70)...and 64 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.