Minor changes to readme files.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
48e2668bbc
commit
b81c3c78b3
2 changed files with 8 additions and 20 deletions
24
linux.md
24
linux.md
|
@ -1,21 +1,5 @@
|
||||||
# Linux
|
# Linux
|
||||||
|
|
||||||
* [Structure](#structure)
|
|
||||||
* [What works](#what-works)
|
|
||||||
* [New features](#new-features)
|
|
||||||
* [Executables](#executables)
|
|
||||||
* [applen](#applen)
|
|
||||||
* [qapple](#qapple)
|
|
||||||
* [sa2](#sa2)
|
|
||||||
* [libretro](#ra2)
|
|
||||||
* [Build](#build)
|
|
||||||
* [Checkout](#checkout)
|
|
||||||
* [Fedora](#fedora)
|
|
||||||
* [Raspberry Pi OS and Ubuntu](#raspbian)
|
|
||||||
* [Speed](#build)
|
|
||||||
* [Fedora](#fedora-1)
|
|
||||||
* [Raspbian](#raspbian-1)
|
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
There are 4 projects
|
There are 4 projects
|
||||||
|
@ -31,7 +15,7 @@ been modified.
|
||||||
|
|
||||||
## What works
|
## What works
|
||||||
|
|
||||||
Almost everything works, except the serial port.
|
Almost everything works, except the serial port, SNES-MAX and FourPlay.
|
||||||
|
|
||||||
The UI has been rewritten in Qt or ImGui.
|
The UI has been rewritten in Qt or ImGui.
|
||||||
|
|
||||||
|
@ -138,7 +122,7 @@ make
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
On Fedora 31, from a fresh installation, install all packages from [fedora.list.txt](source/linux/fedora.list.txt).
|
On Fedora 35, from a fresh installation, install all packages from [fedora.list.txt](source/linux/fedora.list.txt).
|
||||||
|
|
||||||
### Raspberry Pi OS, Ubuntu and other Debian distributions
|
### Raspberry Pi OS, Ubuntu and other Debian distributions
|
||||||
|
|
||||||
|
@ -148,6 +132,10 @@ You can use `sudo apt-get -y install $(cat raspbian.list.txt)` for an automated
|
||||||
|
|
||||||
See [Travis](.travis.yml) CI too.
|
See [Travis](.travis.yml) CI too.
|
||||||
|
|
||||||
|
### Packaging
|
||||||
|
|
||||||
|
It is possible to create `.deb` and `.rpm` packages using `cpack`. Use `cpack -G DEB` or `cpack -G RPM` from the build folder. It is best to build packages for the running system.
|
||||||
|
|
||||||
## Speed
|
## Speed
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
|
@ -28,7 +28,7 @@ On a Raspberry Pi, a KMS driver is mandatory and best results are obtained on a
|
||||||
|
|
||||||
Output mentions the Dear ImGui version, e.g.: ``IMGUI_VERSION: 1.81 WIP``.
|
Output mentions the Dear ImGui version, e.g.: ``IMGUI_VERSION: 1.81 WIP``.
|
||||||
|
|
||||||
Some of the configuration options are exposed in the ``Settings`` menu. This is **not** a modal dialog and options are applied immediately. You might need to **Restart** the emulator manually. This is currently the only way to enable the Uthernet II card in slot 3, which has to be reapplied after every *restart*.
|
Some of the configuration options are exposed in the ``Settings`` menu. This is **not** a modal dialog and options are applied immediately. You might need to **Restart** the emulator manually.
|
||||||
|
|
||||||
## Hotkeys
|
## Hotkeys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue