mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-08 17:18:39 +00:00
clang format...
This commit is contained in:
parent
99ef2d65a6
commit
b804095803
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ int PS4_SYSV_ABI sceAppContentTemporaryDataMount2(OrbisAppContentTemporaryDataOp
|
|||
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
|
||||
mnt->Mount(mount_dir, mountPoint->data);
|
||||
LOG_INFO(Lib_AppContent, "sceAppContentTemporaryDataMount2: option = {}, mountPoint = {}",
|
||||
(option & 1), mountPoint->data);
|
||||
(option & 1), mountPoint->data);
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue