Skip to content

pcsx-redux/support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCSX-Redux's Support & Tools

This repository is a read-only reduced mirror of the PCSX-Redux project. It only contains the necessary parts to build the tools only, as well as the support libraries. Its purpose is to be used as a submodule for projects that want to use the tools and libraries contained herein without bringing the whole of PCSX-Redux's codebase.

Building the tools is simply done using the make command. It is possible to install them on your system using make install. There is no build system set for the libraries as they are meant to be used as a pick-and-choose buffet.

Please consult the upstream repository and its documentation for more information. There is also some documentation nested within the folders.

This repository will be updated periodically to match the upstream repository, and its history will be rewritten to remove all commits that are not related to the tools. While care is taken to try and ensure some sort of consistency, a simple git pull may not work to update it. Resetting to the remote HEAD is recommended when updating.

All of the code here is MIT-licensed. See the LICENSE file for more information.