mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 14:48:46 +00:00
small format fixes
This commit is contained in:
parent
e35efb55a2
commit
7a3e4637f4
2 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace Core::FileSys {
|
||||
|
||||
constexpr int RESERVED_HANDLES = 3; //first 3 handles are stdin,stdout,stderr
|
||||
constexpr int RESERVED_HANDLES = 3; // First 3 handles are stdin,stdout,stderr
|
||||
|
||||
void MntPoints::mount(const std::string& host_folder, const std::string& guest_folder) {
|
||||
std::scoped_lock lock{m_mutex};
|
||||
|
|
|
@ -7,6 +7,7 @@ class SymbolsResolver;
|
|||
}
|
||||
|
||||
namespace Core::Libraries::LibKernel {
|
||||
|
||||
constexpr int SCE_MAX_PATH = 255;
|
||||
|
||||
struct SceKernelDirent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue