mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Host: Kill off Host_SysMessage
Equivalent facilities already exist.
This commit is contained in:
parent
a66b34cfc6
commit
884ec2ed13
9 changed files with 34 additions and 97 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue