コード例 #1
0
ファイル: Exceptions.cpp プロジェクト: Aced14/pcsx2
bool pxAssertImpl_LogIt( const DiagnosticOrigin& origin, const wxChar *msg )
{
	//wxLogError( L"%s", origin.ToString( msg ).c_str() );
	wxMessageOutputDebug().Printf( L"%s", origin.ToString( msg ).c_str() );
	pxTrap();
	return false;
}
コード例 #2
0
ファイル: Exceptions.cpp プロジェクト: mauzus/progenitor
bool pxAssertImpl_LogIt( const DiagnosticOrigin& origin, const wxChar *msg )
{
	wxLogError( L"%s", origin.ToString( msg ).c_str() );
	return false;
}