mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
The ifdef made it so this was never called on Android, but we do want it to be called on Android. There are ifdefs inside the function implementation but not around the function declaration or definition, so there's no need for ifdefs when calling it.