mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-18 18:10:07 +00:00

Similarly, Flush() is typically called to attempt to flush a file into the disk. In the one case where this is used, we do not care whether the flush has succeeded or not, making [[nodiscard]] unnecessary.