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,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: