mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-26 16:41:36 +00:00
We can return early from invalid conditions, which allows getting rid of quite a few levels of indentation. And let's not duplicate the new_position > file_size check.