small format fixes
This commit is contained in:
parent
e35efb55a2
commit
7a3e4637f4
|
@ -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…
Reference in New Issue