Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ SetConfiguration
Function
SetConfiguration
Source/Tools/FEXServer/ProcessPipe.cpp:413–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
void SetConfiguration(bool Foreground, uint32_t PersistentTimeout) {
414
ProcessPipe::Foreground = Foreground;
415
ProcessPipe::RequestTimeout = PersistentTimeout;
416
}
417
418
void Shutdown() {
419
Reactor.stop_async();
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected