Core: Replace Fall through comment with c++17 attribute

This commit is contained in:
TheLastRar 2020-11-18 18:17:10 +00:00 committed by refractionpcsx2
parent 9983bcfbe6
commit 5d071ceebe
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ void SysThreadBase::Resume()
if (m_ExecMode == ExecMode_Opened)
return;
}
// fall through...
[[fallthrough]];
case ExecMode_Closing:
case ExecMode_Pausing: