Skip to content

Urbs97/psp-sdl2-hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSP Example Collection

This repository is a collection of examples demonstrating the use of various libraries on the PlayStation Portable (PSP). It serves as a practical resource for developers looking to explore PSP development.

Prerequisites

Before diving into the examples, ensure you have the following installed:

  • PSPSDK: Essential for PSP development. Install it from here.
  • PSPLink: A useful tool for debugging. More information and download available at PSPLink's website.

PSPSDK Documentation

For detailed documentation and additional resources on PSPSDK, visit pspdev.github.io/pspsdk/.

Setting Up Includes in VSCode

To properly configure your Visual Studio Code environment, add these lines to your include path:

${workspaceFolder}/**
${PSPDEV}/include
${PSPDEV}/psp/include
${PSPDEV}/psp/sdk/include

This setup ensures that the IDE correctly locates all necessary headers and libraries for PSP development.

How To Contribute

Contributions are welcome! If you have an example that you'd like to share or improvements to existing examples, please feel free to:
Open a Pull Request: Submit your example or modifications. Ensure your code is documented and follows the existing structure for consistency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published