Minor changes to readme files.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-10-30 13:52:02 +01:00
parent 48e2668bbc
commit b81c3c78b3
2 changed files with 8 additions and 20 deletions

View file

@ -1,21 +1,5 @@
# 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
There are 4 projects
@ -31,7 +15,7 @@ been modified.
## 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.
@ -138,7 +122,7 @@ make
### 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
@ -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.
### 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
### Fedora

View file

@ -10,7 +10,7 @@ The configuration GUI only works with ``--imgui``: otherwise either manually edi
The format of the configuration file is the same as the Windows Registry of AppleWin.
*Drag & drop* works for floppy disks. With ``--imgui`` it is possible to select which drive they are dropped into (``D&D``).
If the filename ends with `.yaml`, it will be loaded as a *State* file.
If the filename ends with `.yaml`, it will be loaded as a *State* file.
Individual options can be passed via arguments too: ``-c Configuration.Printer_FileName=Printer.txt``.
@ -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``.
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