mirror of https://github.com/PCSX2/pcsx2.git
Core: Replace Fall through comment with c++17 attribute
This commit is contained in:
parent
9983bcfbe6
commit
5d071ceebe
|
@ -235,7 +235,7 @@ void SysThreadBase::Resume()
|
||||||
if (m_ExecMode == ExecMode_Opened)
|
if (m_ExecMode == ExecMode_Opened)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// fall through...
|
[[fallthrough]];
|
||||||
|
|
||||||
case ExecMode_Closing:
|
case ExecMode_Closing:
|
||||||
case ExecMode_Pausing:
|
case ExecMode_Pausing:
|
||||||
|
|
Loading…
Reference in New Issue