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

Method SetSyscallHandler

FEXCore/Source/Interface/Context/Context.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void FEXCore::Context::ContextImpl::SetSyscallHandler(FEXCore::HLE::SyscallHandler* Handler) {
34 SyscallHandler = Handler;
35 SourcecodeResolver = Handler->GetSourcecodeResolver();
36}
37
38void FEXCore::Context::ContextImpl::SetThunkHandler(FEXCore::ThunkHandler* Handler) {
39 ThunkHandler = Handler;

Callers 5

ProcessInitFunction · 0.80
BTCpuProcessInitFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

GetSourcecodeResolverMethod · 0.45

Tested by 1

mainFunction · 0.64