citra/externals/library-headers
2024-03-05 20:35:36 +13:00
..
fdk-aac Replace broken submodules with vendored source code 2024-03-05 20:35:36 +13:00
ffmpeg Replace broken submodules with vendored source code 2024-03-05 20:35:36 +13:00
README.md Replace broken submodules with vendored source code 2024-03-05 20:35:36 +13:00

ext-library-headers

Set of headers used by Citra for dynamically linked libraries. Compared to including the original library repositories as submodules, this keeps the clone size low by providing only the headers.

Base Libraries

Updating

The simplest way to get all of the final headers is to use the linked Arch packages.

  1. Download the latest version of the package you want to update from the linked page.
  2. Extract the package from the downloaded file.
  3. Browse to the usr/include directory within the package and copy all of the headers over the current set in this repository.