pspdev / psplinkusb

General purpose homebrew/debugging toolkit for PSP
https://pspdev.github.io/debugging.html
BSD 3-Clause "New" or "Revised" License
64 stars 35 forks source link

Introduction

PSPLINK allows you to start and debug homebrew for the Playstation Portable through USB. This can speed up development and make finding out what is causing a crash or bug easier. This page explains how to set it up and use it.

Usage

The usage of psplinkusb was migrated, check it out here.

Full manual

If you need any additional information, check out the complete online manual.

Building from source

Requirement: PSPSDK

Get it using git:

git clone https://github.com/pspdev/psplinkusb.git && cd psplinkusb

Build it:

make all

License

PSPLINK is licensed under the BSD license, see LICENSE file for details.