can it be compiled for arm UWP 1709 to run on window phone ?
can it be compiled for arm UWP 1709 to run on window phone ?
Hi,
First and foremost consider this: Only RetroArch bugs should be filed here. Not core bugs or game bugs This is not a forum or a help section, this is strictly developer oriented
You should better ask your question to the forum.
It seems there is build file but only for ARMv8 (also known as AArch64 or ARM64) not ARM.
And we don't provide cores for this architecture.
Please close this issue.
Thank you.
It's possible, but you need to revert https://github.com/libretro/RetroArch/pull/13048, https://github.com/libretro/RetroArch/pull/13368 first as those commits uses APIs added in 1803.
Also the D3D11 backend we have does not support FL9_3 GPUs usually find in phones. So you may need to use OpenGL ES over ANGLE, IIRC that was very slow on my Lumia 640.
Update: A ready to use fork seems to be available, with native FL9_3 support: https://github.com/basharast/RetroArch-ARM
thx will try