Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ create
Function
create
src/Osako/CardAgent.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
PrintMemoryCard *mspPrintMemoryCard; // 0x804169fc
25
26
void create(JKRHeap *heap)
27
{
28
mspPrintMemoryCard = new PrintMemoryCard(heap);
29
gSystemRecord.init();
30
}
31
32
void ask(Command cmd, s32 chan)
33
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected