mirror of https://github.com/PCSX2/pcsx2.git
Silencing assert for the moment as it seems to work regardless. (assert triggered since r5851)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5852 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
61da62bf27
commit
1d680c9d82
|
@ -105,7 +105,7 @@ namespace PathDefs
|
|||
// relative to the exe folder, and not relative to cwd. So the exe should be default AppRoot. - avih
|
||||
const wxDirName& AppRoot()
|
||||
{
|
||||
AffinityAssert_AllowFrom_MainUI();
|
||||
//AffinityAssert_AllowFrom_MainUI();
|
||||
/*
|
||||
if (InstallationMode == InstallMode_Registered)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue