mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Fix linux builds giving experimental build even if not on experimental build.
This commit is contained in:
parent
66a43c35db
commit
bc7d728eb3
@ -116,7 +116,7 @@ void main_window::Init()
|
||||
fs::stat_t st;
|
||||
if (!fs::stat(fs::get_config_dir() + "rpcs3.pdb", st) || st.is_directory || st.size < 1024 * 1024 * 100)
|
||||
#else
|
||||
if (true)
|
||||
if (false)
|
||||
#endif
|
||||
{
|
||||
QMessageBox msg;
|
||||
|
Loading…
Reference in New Issue
Block a user