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

Method RunXCRFunction

FEXCore/Source/Interface/Context/Context.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46FEXCore::CPUID::XCRResults FEXCore::Context::ContextImpl::RunXCRFunction(uint32_t Function) {
47 return CPUID.RunXCRFunction(Function);
48}
49
50FEXCore::CPUID::FunctionResults FEXCore::Context::ContextImpl::RunCPUIDFunctionName(uint32_t Function, uint32_t Leaf, uint32_t CPU) {
51 return CPUID.RunFunctionName(Function, Leaf, CPU);

Callers 1

TryPostRAMergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected