Hi, I compiled Lakka on Ubuntu and have some question about it.
I added other core (scummvm, imame4all and so on) into “packages/lakka/RPi2/package.mk” and the image file was created (but I had to remove lutro or it stuck before the img creation).
Now, I would like to manually change the source code of “build.Lakka-RPi2.arm-devel/pcsx_rearmed-81e875a/frontend/libretro.c” file and recompile it again. Before to do that I deleted the compiled “pcsx_rearmed_libretro.so” file inside the folder. But if I run again “DISTRO=Lakka PROJECT=RPi2 ARCH=arm make image” the new “pcsx_rearmed_libretro.so” file is not created anymore inside “pcsx_rearmed-81e875a” folder. How to do that? Thx a lot