[PR #95] [CLOSED] Revert latest log changes and fixes #1288

Closed
opened 2026-02-27 21:11:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/95
Author: @georgemoralis
Created: 3/6/2024
Status: Closed

Base: mainHead: revertfix


📝 Commits (10+)

  • 7ef3fe6 revert latest gpucode changes seems to break stuff
  • 27f6f6b removed debug code
  • 2c1d455 increased dummy stubs to 512
  • ebf3a27 added autogenerate userservice,systemservice libraries
  • 5c75451 more userservice,systemservice functions implemented
  • 1613e22 clang format fix
  • 2bf8eea more clang format fix
  • 20bd6b4 even more clang format fix
  • 24194e7 improvements in UserService
  • b1a6680 system 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/95 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 3/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `revertfix` --- ### 📝 Commits (10+) - [`7ef3fe6`](https://github.com/shadps4-emu/shadPS4/commit/7ef3fe608ad6b69c22e6555f34e56362df95ac02) revert latest gpucode changes seems to break stuff - [`27f6f6b`](https://github.com/shadps4-emu/shadPS4/commit/27f6f6bfd64f851c9a360b632362a3a4d0e40a65) removed debug code - [`2c1d455`](https://github.com/shadps4-emu/shadPS4/commit/2c1d455942b2e4a3c7466e1788e610d941bbb5a8) increased dummy stubs to 512 - [`ebf3a27`](https://github.com/shadps4-emu/shadPS4/commit/ebf3a2799844c96ceed0b79fc422b21673d49a61) added autogenerate userservice,systemservice libraries - [`5c75451`](https://github.com/shadps4-emu/shadPS4/commit/5c7545198eb65fdb4de7e5774c2e11d02e6fe143) more userservice,systemservice functions implemented - [`1613e22`](https://github.com/shadps4-emu/shadPS4/commit/1613e22d995cf48d6ef29415b34a88b0038b79eb) clang format fix - [`2bf8eea`](https://github.com/shadps4-emu/shadPS4/commit/2bf8eea333c4a96fe8ac3664ec89b156c3538bd8) more clang format fix - [`20bd6b4`](https://github.com/shadps4-emu/shadPS4/commit/20bd6b4c4ba5d10b505dbe5eee134916f51d3180) even more clang format fix - [`24194e7`](https://github.com/shadps4-emu/shadPS4/commit/24194e738f3a85a3d84bd8c72a7b7816331034cc) improvements in UserService - [`b1a6680`](https://github.com/shadps4-emu/shadPS4/commit/b1a66807a24208e2fb752602cfc4166121452845) system service improvements ### 📊 Changes **84 files changed** (+9798 additions, -2790 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:56 +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#1288
No description provided.