mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Qt: disable TSX in the config.yml if not supported
This commit is contained in:
parent
1fffffad7a
commit
703841e251
3 changed files with 14 additions and 1 deletions
|
|
@ -1,9 +1,15 @@
|
|||
#include "stdafx.h"
|
||||
#include "system_config.h"
|
||||
#include "Utilities/StrUtil.h"
|
||||
#include "Utilities/sysinfo.h"
|
||||
|
||||
cfg_root g_cfg;
|
||||
|
||||
bool cfg_root::node_core::has_rtm() const
|
||||
{
|
||||
return utils::has_rtm();
|
||||
}
|
||||
|
||||
std::string cfg_root::node_vfs::get(const cfg::string& _cfg, const char* _def) const
|
||||
{
|
||||
auto [spath, sshared] = _cfg.get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue