mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
warning fixes
please review Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1307 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -199,7 +199,7 @@ bool CheckCondition(uint8 _Condition)
|
||||
|
||||
void dsp_op_unknown(uint16 opc)
|
||||
{
|
||||
_dbg_assert_msg_(!g_dsp.exception_in_progress_hack, "assert while exception");
|
||||
_assert_msg_(!g_dsp.exception_in_progress_hack, "assert while exception");
|
||||
ErrorLog("dsp_op_unknown somewhere");
|
||||
g_dsp.pc = g_dsp.err_pc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user