libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Fix iOS detection for MOE backend #32

Closed Berstanio closed 2 years ago

Berstanio commented 2 years ago

The "moe.platform.name" property has changed in MOE. Simply checking whether the property is set resolves the issue. This shouldn't have any negative consequences on any other platform.

PokeMMO commented 2 years ago

Looks good to me, merged.