[PR #280] [MERGED] Filesystem errors and Base Array Layers #1449

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/280
Author: @roamic
Created: 7/11/2024
Status: Merged
Merged: 7/11/2024
Merged by: @raphaelthegreat

Base: mainHead: filesystem-errors-and-array-layers


📝 Commits (3)

📊 Changes

7 files changed (+34 additions, -26 deletions)

View changed files

📝 src/common/io_file.cpp (+7 -2)
📝 src/common/io_file.h (+3 -3)
📝 src/core/libraries/kernel/file_system.cpp (+8 -11)
📝 src/core/libraries/kernel/libkernel.cpp (+8 -3)
📝 src/core/libraries/kernel/libkernel.h (+1 -0)
📝 src/video_core/texture_cache/image_view.cpp (+3 -3)
📝 src/video_core/texture_cache/types.h (+4 -4)

📄 Description

  • Added error reporting from sceKernelOpen
  • Added base array layer to the bound image view

🔄 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/280 **Author:** [@roamic](https://github.com/roamic) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `filesystem-errors-and-array-layers` --- ### 📝 Commits (3) - [`5d89f96`](https://github.com/shadps4-emu/shadPS4/commit/5d89f96557aae8b1b4ad9f55506498d37aa9919b) Filesystem errors and Base Array Layers - [`86aa3fe`](https://github.com/shadps4-emu/shadPS4/commit/86aa3fe8ac6bf13365e55b85829759e1bd2b8bf8) Fixed build for POSIX - [`14a7504`](https://github.com/shadps4-emu/shadPS4/commit/14a75042f0bb46b8eaf3999ddfab5cbedbae576c) forgot 1 file ### 📊 Changes **7 files changed** (+34 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/common/io_file.cpp` (+7 -2) 📝 `src/common/io_file.h` (+3 -3) 📝 `src/core/libraries/kernel/file_system.cpp` (+8 -11) 📝 `src/core/libraries/kernel/libkernel.cpp` (+8 -3) 📝 `src/core/libraries/kernel/libkernel.h` (+1 -0) 📝 `src/video_core/texture_cache/image_view.cpp` (+3 -3) 📝 `src/video_core/texture_cache/types.h` (+4 -4) </details> ### 📄 Description * Added error reporting from `sceKernelOpen` * Added base array layer to the bound image view --- <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:35 +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#1449
No description provided.