1
0
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:
Zion Nimchuk 2017-08-16 13:28:46 -07:00 committed by Ivan
parent 66a43c35db
commit bc7d728eb3

View File

@ -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;