mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-04 05:56:46 +02: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.