diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-11-05 02:22:33 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-11-05 02:30:48 -0500 |
| commit | 884ec2ed13bd47c188317a9b91b8af20876d9919 (patch) | |
| tree | f35156fde31ae0c362e49642c0de5cced069b0b9 /Source/Core/VideoCommon/VertexLoader.cpp | |
| parent | a66b34cfc6732ee32c1fca67e07828dd380ee38e (diff) | |
Host: Kill off Host_SysMessage
Equivalent facilities already exist.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index e4974a8b2b..4e6963124e 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -226,10 +226,9 @@ void VertexLoader::CompileVertexTranslator() if (pFunc == nullptr) { - Host_SysMessage( - StringFromFormat("VertexLoader_Normal::GetFunction(%i %i %i %i) returned zero!", + PanicAlert("VertexLoader_Normal::GetFunction(%i %i %i %i) returned zero!", (u32)m_VtxDesc.Normal, m_VtxAttr.NormalFormat, - m_VtxAttr.NormalElements, m_VtxAttr.NormalIndex3).c_str()); + m_VtxAttr.NormalElements, m_VtxAttr.NormalIndex3); } WriteCall(pFunc); |
