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

Method FavLog

NetStream/source/tw_utils.cpp:169–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169twutils::FavLog::FavLog()
170{
171 Ini::InitParameter param;
172 Ini::MemAllocator alloc;
173 alloc.allocate = sce_paf_malloc;
174 alloc.deallocate = sce_paf_free;
175
176 param.workmemSize = SCE_KERNEL_4KiB;
177 param.unk_0x4 = SCE_KERNEL_4KiB;
178 param.allocator = &alloc;
179
180 m_ini = new Ini::IniFileProcessor();
181 m_ini->initialize(&param);
182 m_ini->open("savedata0:tw_fav_log.ini", "rw", 0);
183}
184
185void twutils::FavLog::Clean()
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected