diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 07:16:20 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 07:16:20 +0100 |
| commit | 287c5ec50c05adc1e602b5bed14c091a996fca89 (patch) | |
| tree | 6398a3f9da04fb7c1ca47c001e379e44cbf5f00f /include/f | |
| parent | 10e438bea8e8c475f576539683c7bc99c04b3cab (diff) | |
Fix incorrect/poor names, missing import
Diffstat (limited to 'include/f')
| -rw-r--r-- | include/f/f_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/f/f_manager.h b/include/f/f_manager.h index 9202612e..1dd4eb16 100644 --- a/include/f/f_manager.h +++ b/include/f/f_manager.h @@ -48,7 +48,7 @@ public: m_StopProcInf |= flags; } - static void keepStopProcFlags(u32 flags) { + static void maskStopProcFlags(u32 flags) { m_StopProcInf &= flags; } |
