mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: break when switch value is CoreThread_Indeterminate
Fix another GCC warning
This commit is contained in:
parent
6f64fc9f84
commit
24ff2482a4
|
@ -132,8 +132,8 @@ void Pcsx2App::DispatchEvent( CoreThreadStatus evt )
|
||||||
{
|
{
|
||||||
switch( evt )
|
switch( evt )
|
||||||
{
|
{
|
||||||
// FIXME what to do for this case
|
case CoreThread_Indeterminate:
|
||||||
// case CoreThread_Indeterminate:
|
break;
|
||||||
|
|
||||||
case CoreThread_Started:
|
case CoreThread_Started:
|
||||||
case CoreThread_Reset:
|
case CoreThread_Reset:
|
||||||
|
|
Loading…
Reference in New Issue