clang-format

This commit is contained in:
Daniel R. 2024-09-14 18:32:29 +02:00
parent dfe52a2783
commit 3b83683778
No known key found for this signature in database
GPG Key ID: B8ADC8F57BA18DBA

View File

@ -783,7 +783,7 @@ int PS4_SYSV_ABI sceSaveDataSetupSaveDataMemory(u32 userId, size_t memorySize,
// NOTE: Reminder that games can pass params: // NOTE: Reminder that games can pass params:
// memset(param, 0, sizeof(param_t)); // memset(param, 0, sizeof(param_t));
// strncpy(param->title, "Beach Buggy Racing", 127); // strncpy(param->title, "Beach Buggy Racing", 127);
std::vector<u8> buf(memorySize); std::vector<u8> buf(memorySize);
Common::FS::IOFile::WriteBytes(mount_dir / "save_mem1.sav", buf); Common::FS::IOFile::WriteBytes(mount_dir / "save_mem1.sav", buf);
return ORBIS_OK; return ORBIS_OK;