MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / FavLog

Method FavLog

NetStream/source/yt_utils.cpp:285–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285ytutils::FavLog::FavLog(uint32_t tus) : Log(tus)
286{
287 Ini::InitParameter param;
288 Ini::MemAllocator alloc;
289 alloc.allocate = sce_paf_malloc;
290 alloc.deallocate = sce_paf_free;
291
292 param.workmemSize = SCE_KERNEL_4KiB;
293 param.unk_0x4 = SCE_KERNEL_4KiB;
294 param.allocator = &alloc;
295
296 m_ini = new Ini::IniFileProcessor();
297 m_ini->initialize(&param);
298 m_ini->open("savedata0:yt_fav_log.ini", "rw", 0);
299}
300
301int32_t ytutils::FavLog::UpdateFromTUS()
302{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected