MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / SetThunkHandler

Method SetThunkHandler

FEXCore/Source/Interface/Context/Context.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void FEXCore::Context::ContextImpl::SetThunkHandler(FEXCore::ThunkHandler* Handler) {
39 ThunkHandler = Handler;
40}
41
42FEXCore::CPUID::FunctionResults FEXCore::Context::ContextImpl::RunCPUIDFunction(uint32_t Function, uint32_t Leaf) {
43 return CPUID.RunFunction(Function, Leaf);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected