Index of /riscv64/DC-ROMA-II-Pad/Games/RetroArch/
| Name | Last Modified | Size | Type | 
| ../ |   | -   | Directory | 
| COREs/ | 2024-Nov-08 22:18:29 | -   | Directory | 
| README.txt | 2024-Nov-03 15:39:34 | 0.5K | text/plain; charset=utf-8 | 
| retroarch.tar.gz | 2024-Nov-03 15:27:28 | 169.9M | application/x-gtar-compressed | 
 
# 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