MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / loaderQuery

Function loaderQuery

src/libdecaf/src/cafe/kernel/cafe_kernel_loader.cpp:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int32_t
67loaderQuery(loader::LOADER_Handle handle,
68 virt_ptr<loader::LOADER_MinFileInfo> outMinFileInfo)
69{
70 auto loaderIpc = loader::getKernelIpcStorage();
71 loaderIpc->entryParams.dispatch.code = loader::LOADER_Code::Query;
72 loaderIpc->entryParams.dispatch.handle = handle;
73 loaderIpc->entryParams.dispatch.minFileInfo = outMinFileInfo;
74 return internal::loaderEntry();
75}
76
77int32_t
78loaderUserGainControl()

Callers 2

setupPermFunction · 0.85
prepareLoadFunction · 0.85

Calls 2

getKernelIpcStorageFunction · 0.85
loaderEntryFunction · 0.85

Tested by

no test coverage detected