Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 911 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 911 Bytes

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.