mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user