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