mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 10:08:20 +00: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;
|
fs::stat_t st;
|
||||||
if (!fs::stat(fs::get_config_dir() + "rpcs3.pdb", st) || st.is_directory || st.size < 1024 * 1024 * 100)
|
if (!fs::stat(fs::get_config_dir() + "rpcs3.pdb", st) || st.is_directory || st.size < 1024 * 1024 * 100)
|
||||||
#else
|
#else
|
||||||
if (true)
|
if (false)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
QMessageBox msg;
|
QMessageBox msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user