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:
refraction 2014-01-27 19:30:29 +00:00
parent 61da62bf27
commit 1d680c9d82
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{