rpcsx/rpcs3/Emu/system_config.cpp

12 lines
162 B
C++
Raw Normal View History

2020-12-05 13:08:24 +01:00
#include "stdafx.h"
#include "system_config.h"
#include "util/sysinfo.hpp"
2021-04-03 18:38:02 +02:00
cfg_root g_cfg{};
2021-04-09 21:12:47 +02:00
bool cfg_root::node_core::has_rtm()
{
return utils::has_rtm();
}