# Precompiled and working RetroArch for DC ROMA II pad is attached # Precompiled riscv64 cores are attached too # Source code build instructions git clone https://github.com/libretro/RetroArch cd Retroarch ./configure --enable-wayland --disable-xrandr --disable-opengl_core --disable-opengl --disable-x11 --disable-opengl1 --enable-opengles make -j8 sudo make install # Building cores # Usual procedure - onse the .so objects are build move them to some CORE dir and load from RetroArch # Tested and working - Vulkan rendering mame2003_plus_libretro.so