mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 11:41:33 -05: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.