pcsx2: break when switch value is CoreThread_Indeterminate

Fix another GCC warning
This commit is contained in:
Gregory Hainaut 2016-08-12 19:25:30 +02:00
parent 6f64fc9f84
commit 24ff2482a4
1 changed files with 4 additions and 4 deletions

View File

@ -132,19 +132,19 @@ void Pcsx2App::DispatchEvent( CoreThreadStatus evt )
{
switch( evt )
{
// FIXME what to do for this case
// case CoreThread_Indeterminate:
case CoreThread_Indeterminate:
break;
case CoreThread_Started:
case CoreThread_Reset:
case CoreThread_Stopped:
FpsManager.Reset();
break;
break;
case CoreThread_Resumed:
case CoreThread_Suspended:
FpsManager.Resume();
break;
break;
}
// Clear the sticky key statuses, because hell knows what'll change while the PAD