예제 #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
bool pxAssertImpl_LogIt( const DiagnosticOrigin& origin, const wxChar *msg )
{
	wxLogError( L"%s", origin.ToString( msg ).c_str() );
	return false;
}