(10-18-2018, 04:27 AM)Guilherme Wrote: I know very very basic about programming, if I may ask: is it too hard to make an "arm32" functional build? (without JIT support, this would require a port) Just curiousity.
Making a 32-bit build without any JIT is easy. You just have to edit these two lines and then build as usual: https://github.com/dolphin-emu/dolphin/blob/cb576bf3820da934b09bb81bee445721e1cdb39e/Source/Android/app/build.gradle#L71-L72
But of course, this is going to run very slowly.
