libretro / swanstation

GNU General Public License v3.0
96 stars 22 forks source link

use __ANDROID__ not ANDROID #121

Closed guijan closed 2 months ago

guijan commented 2 months ago

ANDROID is defined by the NDK __ANDROID__ is defined by the compiler.

When compiling for android without the NDK, such as inside Termux, ANDROID isn't defined.