mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-12 16:00:17 -04:00
Now that the ES class (now called ESDevice) and the ES namespace do not conflict anymore, "IOS::" can be dropped in a lot of cases. This also removes "IOS::HLE::" for code that is already in that namespace. Some of those names used to be explicitly qualified only for historical reasons. There are no functional changes.