[PR #368] [MERGED] Submodules updates + misc fixes #1515

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/368
Author: @georgemoralis
Created: 8/5/2024
Status: Merged
Merged: 8/9/2024
Merged by: @georgemoralis

Base: mainHead: subupdatesAndFixes


📝 Commits (10+)

  • 5a68224 update submodules , fixed sdl update , rewrote config with new toml11 v4
  • 13331cd linux fix?
  • 4ffb812 more linux fix?
  • 816700d fixed to scePadGetControllerInformation , (fixes CUSA04892 - power rangers multi user issue)
  • a83ac4c removed duplicate libSceJson2.sprx loading
  • 7b7d1cb added missing NIDs in thread management
  • 3ef69ca some pad fixes (fixing metal slug 3 and risk of rain)
  • 6a2e09a update submodules (possible mac fix?)
  • 250b2e4 small playgo adjustments
  • 425e549 added setting for change language

📊 Changes

15 files changed (+104 additions, -89 deletions)

View changed files

📝 externals/fmt (+1 -1)
📝 externals/glslang (+1 -1)
📝 externals/magic_enum (+1 -1)
📝 externals/sdl3 (+1 -1)
📝 externals/toml11 (+1 -1)
📝 externals/vulkan-headers (+1 -1)
📝 externals/xxhash (+1 -1)
📝 src/common/config.cpp (+63 -64)
📝 src/common/config.h (+3 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+2 -0)
📝 src/core/libraries/pad/pad.cpp (+14 -5)
📝 src/core/libraries/playgo/playgo.cpp (+4 -2)
📝 src/core/libraries/system/systemservice.cpp (+1 -1)
📝 src/emulator.cpp (+3 -3)
📝 src/sdl_window.cpp (+7 -7)

📄 Description

  • update submodules
  • fixed sdl update
  • rewrote config with new toml11 v4

🔄 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/368 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `subupdatesAndFixes` --- ### 📝 Commits (10+) - [`5a68224`](https://github.com/shadps4-emu/shadPS4/commit/5a68224a13f9bcebcdc0c5b69839f9f60b574601) update submodules , fixed sdl update , rewrote config with new toml11 v4 - [`13331cd`](https://github.com/shadps4-emu/shadPS4/commit/13331cdda940088bcdc74f1298f5b97df52bb2ad) linux fix? - [`4ffb812`](https://github.com/shadps4-emu/shadPS4/commit/4ffb812e94593e886bdb96e80c7de8d1166df5e1) more linux fix? - [`816700d`](https://github.com/shadps4-emu/shadPS4/commit/816700d34d30498e99070bc6f113ada320315e80) fixed to scePadGetControllerInformation , (fixes CUSA04892 - power rangers multi user issue) - [`a83ac4c`](https://github.com/shadps4-emu/shadPS4/commit/a83ac4c05e3022d15ef9c95fd169dfd00d1c8c15) removed duplicate libSceJson2.sprx loading - [`7b7d1cb`](https://github.com/shadps4-emu/shadPS4/commit/7b7d1cb26f54cf20b15e3ebb658eaaa324e67c80) added missing NIDs in thread management - [`3ef69ca`](https://github.com/shadps4-emu/shadPS4/commit/3ef69cae5e1f1115475150ddcff9609880fdd39c) some pad fixes (fixing metal slug 3 and risk of rain) - [`6a2e09a`](https://github.com/shadps4-emu/shadPS4/commit/6a2e09a1dfa77d7daa6a20c270b5df19dd76f107) update submodules (possible mac fix?) - [`250b2e4`](https://github.com/shadps4-emu/shadPS4/commit/250b2e4969eb2c86abdacf19ec7e01d7bd425938) small playgo adjustments - [`425e549`](https://github.com/shadps4-emu/shadPS4/commit/425e5491a85ed1f4fad426a5990428008738a32c) added setting for change language ### 📊 Changes **15 files changed** (+104 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `externals/fmt` (+1 -1) 📝 `externals/glslang` (+1 -1) 📝 `externals/magic_enum` (+1 -1) 📝 `externals/sdl3` (+1 -1) 📝 `externals/toml11` (+1 -1) 📝 `externals/vulkan-headers` (+1 -1) 📝 `externals/xxhash` (+1 -1) 📝 `src/common/config.cpp` (+63 -64) 📝 `src/common/config.h` (+3 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+2 -0) 📝 `src/core/libraries/pad/pad.cpp` (+14 -5) 📝 `src/core/libraries/playgo/playgo.cpp` (+4 -2) 📝 `src/core/libraries/system/systemservice.cpp` (+1 -1) 📝 `src/emulator.cpp` (+3 -3) 📝 `src/sdl_window.cpp` (+7 -7) </details> ### 📄 Description - update submodules - fixed sdl update - rewrote config with new toml11 v4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:53 +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#1515
No description provided.