mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Fix Git version and Remove old Platform on emucore.vcxproj
This commit is contained in:
parent
a43e03b549
commit
3da3eee15f
6 changed files with 12 additions and 180 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue