Update linux.md
This commit is contained in:
parent
94b7d66096
commit
66b62ecca1
1 changed files with 11 additions and 0 deletions
11
linux.md
11
linux.md
|
@ -6,6 +6,7 @@
|
||||||
* [applen](#applen)
|
* [applen](#applen)
|
||||||
* [qapple](#qapple)
|
* [qapple](#qapple)
|
||||||
* [sa2](#sa2)
|
* [sa2](#sa2)
|
||||||
|
* [libretro](#ra2)
|
||||||
* [Build](#build)
|
* [Build](#build)
|
||||||
* [Checkout](#checkout)
|
* [Checkout](#checkout)
|
||||||
* [Fedora](#fedora)
|
* [Fedora](#fedora)
|
||||||
|
@ -88,6 +89,16 @@ This is based on Qt, currently tested with 5.10
|
||||||
|
|
||||||
See [sa2](source/frontends/sa2/README.md).
|
See [sa2](source/frontends/sa2/README.md).
|
||||||
|
|
||||||
|
### ra2
|
||||||
|
|
||||||
|
There is an initial [libretro](https://docs.libretro.com/development/cores/developing-cores/) core, with minimal keyboard support and upside down video.
|
||||||
|
|
||||||
|
Must be manually configured:
|
||||||
|
``cmake -DLIBRETRO_PATH=/path/to/libretro-common``
|
||||||
|
|
||||||
|
Easiest way to run from the ``build`` folder:
|
||||||
|
``retroarch -L source/frontends/retro/libra2.so ../Disks/NoSlotClockTest.dsk``
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
The project can be built using cmake from the top level directory.
|
The project can be built using cmake from the top level directory.
|
||||||
|
|
Loading…
Add table
Reference in a new issue