Skip to content

Commit

Permalink
Release next update, remove debug message maybe idk.
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jun 7, 2021
1 parent 961b2dd commit ac0c9d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/NetplayCore
2 changes: 1 addition & 1 deletion Source/Project64-core/N64System/N64Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ bool CN64System::EmulationStarting(CThread * thread)
}
catch (...)
{
g_Notify->DisplayError(stdstr_f("%s: Exception caught\nFile: %s\nLine: %d", __FUNCTION__, __FILE__, __LINE__).c_str());
//g_Notify->DisplayError(stdstr_f("%s: Exception caught\nFile: %s\nLine: %d", __FUNCTION__, __FILE__, __LINE__).c_str());
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion Source/Project64-core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define VER_FILE_DESCRIPTION_STR "Project64 Netplay"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
#define VER_FILE_VERSION_STR "June 5, 2021"
#define VER_FILE_VERSION_STR "June 7, 2021"


#define VER_PRODUCTNAME_STR "Project64 Netplay"
Expand Down

0 comments on commit ac0c9d6

Please sign in to comment.