Update linux.md

This commit is contained in:
Andrea 2021-04-13 08:53:46 +01:00 committed by GitHub
parent 73db44ac73
commit 99907c9a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,6 @@ There are 4 projects
* sa2: SDL2 frontend
* libra2: a libretro core
The libapple interface is a *link time* interface: some functions are not defined and must be provided in order to properly link
the application. These functions are listed in [interface.h](source/linux/interface.h).
The main goal is to reuse the AppleWin source files without changes: only where really necessary the AppleWin source files have
been modified.