[PR #182] [MERGED] Miscfixes #1370

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/182
Author: @georgemoralis
Created: 6/10/2024
Status: Merged
Merged: 6/10/2024
Merged by: @georgemoralis

Base: mainHead: miscfixes


📝 Commits (9)

📊 Changes

20 files changed (+202 additions, -132 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 externals/cryptopp (+1 -1)
📝 externals/cryptopp-cmake (+1 -1)
📝 externals/fmt (+1 -1)
📝 externals/glslang (+1 -1)
📝 externals/magic_enum (+1 -1)
📝 externals/sdl3 (+1 -1)
📝 externals/sirit (+1 -1)
📝 externals/vma (+1 -1)
📝 externals/vulkan-headers (+1 -1)
📝 externals/zlib-ng (+1 -1)
📝 src/audio_core/sdl_audio.cpp (+3 -0)
📝 src/audio_core/sdl_audio.h (+1 -2)
📝 src/common/config.cpp (+1 -1)
📝 src/core/libraries/kernel/file_system.cpp (+4 -3)
📝 src/core/libraries/kernel/threads/kernel_threads_rwlock.cpp (+3 -1)
src/emulator.cpp (+139 -0)
src/emulator.h (+32 -0)
📝 src/main.cpp (+3 -113)
📝 src/sdl_window.cpp (+4 -2)

📄 Description

  1. Depedencies updates
  2. Move main code to emulator class

🔄 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/182 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `miscfixes` --- ### 📝 Commits (9) - [`13cd22a`](https://github.com/shadps4-emu/shadPS4/commit/13cd22aea6753bc529228602d82bf23a1aba1637) depedencies updates and fixes - [`dfc4f1c`](https://github.com/shadps4-emu/shadPS4/commit/dfc4f1c35b75716a51140734c9030ceaed32a6b2) don't make fullscreen default - [`d89e446`](https://github.com/shadps4-emu/shadPS4/commit/d89e4463e7687c86c9216132b5bc6c30cf62245d) moved main code , to emulator,cpp , emulator.h class - [`deda302`](https://github.com/shadps4-emu/shadPS4/commit/deda3026d8628a98f21d871934a9604af5ca45c2) clang fix - [`81a1cbf`](https://github.com/shadps4-emu/shadPS4/commit/81a1cbf6b14cb5ab999616c219239896ada3d3db) more clang fix - [`3318f12`](https://github.com/shadps4-emu/shadPS4/commit/3318f126390cdd3e08a7abc43f1b200048d5af04) fixed possible nullptr crash on rwlock create - [`6f8d99f`](https://github.com/shadps4-emu/shadPS4/commit/6f8d99fbf26f515359a300822efde0c9768f3c9b) fixed posix_stat error return - [`beb6316`](https://github.com/shadps4-emu/shadPS4/commit/beb631607a8c5d1d1859c5489a44b0bb00aba2d2) review fixes - [`e84d2cf`](https://github.com/shadps4-emu/shadPS4/commit/e84d2cf9cf210fd2c366e725b3d25b1d22f9c853) wrong spdx ### 📊 Changes **20 files changed** (+202 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `externals/cryptopp` (+1 -1) 📝 `externals/cryptopp-cmake` (+1 -1) 📝 `externals/fmt` (+1 -1) 📝 `externals/glslang` (+1 -1) 📝 `externals/magic_enum` (+1 -1) 📝 `externals/sdl3` (+1 -1) 📝 `externals/sirit` (+1 -1) 📝 `externals/vma` (+1 -1) 📝 `externals/vulkan-headers` (+1 -1) 📝 `externals/zlib-ng` (+1 -1) 📝 `src/audio_core/sdl_audio.cpp` (+3 -0) 📝 `src/audio_core/sdl_audio.h` (+1 -2) 📝 `src/common/config.cpp` (+1 -1) 📝 `src/core/libraries/kernel/file_system.cpp` (+4 -3) 📝 `src/core/libraries/kernel/threads/kernel_threads_rwlock.cpp` (+3 -1) ➕ `src/emulator.cpp` (+139 -0) ➕ `src/emulator.h` (+32 -0) 📝 `src/main.cpp` (+3 -113) 📝 `src/sdl_window.cpp` (+4 -2) </details> ### 📄 Description 1. Depedencies updates 2. Move main code to emulator class --- <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:16 +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#1370
No description provided.