mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Core: Replace Fall through comment with c++17 attribute
This commit is contained in:
committed by
refractionpcsx2
parent
9983bcfbe6
commit
5d071ceebe
@@ -235,7 +235,7 @@ void SysThreadBase::Resume()
|
||||
if (m_ExecMode == ExecMode_Opened)
|
||||
return;
|
||||
}
|
||||
// fall through...
|
||||
[[fallthrough]];
|
||||
|
||||
case ExecMode_Closing:
|
||||
case ExecMode_Pausing:
|
||||
|
||||
Reference in New Issue
Block a user