mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-07 04:50:08 +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.