mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 21:35:28 +00:00
4e1547b3b2
GetHandle() should really not even be part of IOFile's interface, but since it is (for the time being), we can cull unnecessary usages of it. In this case, the WriteBytes() function does what we need without using the underlying handle directly.