Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apparently we can't trust m_strVideoBackend on osx.
  • Loading branch information
RachelBryk committed Apr 26, 2013
1 parent 3b732f6 commit 5afceca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Core.cpp
Expand Up @@ -681,7 +681,7 @@ void UpdateTitle()

// Settings are shown the same for both extended and summary info
std::string SSettings = StringFromFormat("%s %s - %s - %s", cpu_core_base->GetName(), _CoreParameter.bCPUThread ? "DC" : "SC",
_CoreParameter.m_strVideoBackend.c_str(), _CoreParameter.bDSPHLE ? "DSPHLE" : "DSPLLE");
g_video_backend->GetName().c_str(), _CoreParameter.bDSPHLE ? "DSPHLE" : "DSPLLE");

// Use extended or summary information. The summary information does not print the ticks data,
// that's more of a debugging interest, it can always be optional of course if someone is interested.
Expand Down

0 comments on commit 5afceca

Please sign in to comment.