Fix Git version and Remove old Platform on emucore.vcxproj

This commit is contained in:
Dante38490 2015-01-14 22:33:27 +01:00
parent a43e03b549
commit 3da3eee15f
6 changed files with 12 additions and 180 deletions

View file

@ -70,8 +70,8 @@ MainFrame::MainFrame()
, m_sys_menu_opened(false)
{
#ifdef _DEBUG
SetLabel(wxString::Format(_PRGNAME_ " git-" RPCS3_GIT_VERSION));
#ifdef WIN32
SetLabel(wxString::Format(_PRGNAME_ " " RPCS3_GIT_VERSION));
#else
SetLabel(wxString::Format(_PRGNAME_ " " _PRGVER_));
#endif