| 40 | } |
| 41 | |
| 42 | FEXCore::CPUID::FunctionResults FEXCore::Context::ContextImpl::RunCPUIDFunction(uint32_t Function, uint32_t Leaf) { |
| 43 | return CPUID.RunFunction(Function, Leaf); |
| 44 | } |
| 45 | |
| 46 | FEXCore::CPUID::XCRResults FEXCore::Context::ContextImpl::RunXCRFunction(uint32_t Function) { |
| 47 | return CPUID.RunXCRFunction(Function); |
no test coverage detected