mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
11 lines
162 B
C++
11 lines
162 B
C++
#include "stdafx.h"
|
|
#include "system_config.h"
|
|
|
|
#include "util/sysinfo.hpp"
|
|
|
|
cfg_root g_cfg{};
|
|
|
|
bool cfg_root::node_core::has_rtm()
|
|
{
|
|
return utils::has_rtm();
|
|
}
|