#include "dxvk_options.h" namespace dxvk { DxvkOptions::DxvkOptions(const Config& config) { allowMemoryOvercommit = config.getOption ("dxvk.allowMemoryOvercommit", false); numCompilerThreads = config.getOption ("dxvk.numCompilerThreads", 0); } }