mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-11-09 08:33:42 +00:00
GetHandle() internally calls GetHandle() on the stream_buffer instance, which is a const member function, so this can be made const as well.
GetHandle() internally calls GetHandle() on the stream_buffer instance, which is a const member function, so this can be made const as well.