MCPcopy 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
413void SetConfiguration(bool Foreground, uint32_t PersistentTimeout) {
414 ProcessPipe::Foreground = Foreground;
415 ProcessPipe::RequestTimeout = PersistentTimeout;
416}
417
418void Shutdown() {
419 Reactor.stop_async();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected