mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-14 18:30:07 +00:00

Now that ShouldWait() is a const qualified member function, this one can be made const qualified as well, since it can handle passing a const qualified this pointer to ShouldWait().