Skip to content

Commit

Permalink
Take care of a typo that only effects pcsx2 if built without superVU.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcum42 committed Sep 7, 2019
1 parent 159ce78 commit 877c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/gui/AppInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void Pcsx2App::AllocateCoreStuffs()
#ifndef DISABLE_SVU
recOps.EnableVU0 = recOps.EnableVU0 && m_CpuProviders->IsRecAvailable_SuperVU0();
#else
recOps.EnableVU1 = false;
recOps.EnableVU0 = false;
#endif
}

Expand Down

0 comments on commit 877c435

Please sign in to comment.