Coder Social home page Coder Social logo

pspsdk_tools's Introduction

PSPSDK tools

A bunch of tools for developing on the Sony PSP:

  • bin2s / bin2c with new optional argument <alignment>
  • psp-build-exports with new options (i.e --uofw option)
  • psp-fixup-imports
  • psp-kprxgen (not done yet, equivalent to prxgen)
  • psp-prxgen
  • pack-pbp remade from scratch with new options (e.g. --quiet / -q option)
  • psp-sign-np by Hykem

Build and install

Open a terminal in the project's root directory and type:

# Build the tools and install them to the local PSPDEV directory.
# The existing tools, if any, WILL be overwritten.
./b.sh all install

# Show the other available commands.
./b.sh help

A CMake import script will be installed to $PSPDEV/lib/cmake/pspsdk-tools-targets.cmake.
Other projects can then import the tools targets:

# Required for the CMake scripts that include(pspsdk-tools-targets)
list(APPEND CMAKE_MODULE_PATH
  "$ENV{PSPDEV}/lib/cmake"
  "$ENV{PSPDEV}/psp/lib/cmake"
)

# The pspsdk tools targets must be installed locally.
include(pspsdk-tools-targets)

# For example, build the exports C file.
get_target_property(EXEC pspsdk::build-exports LOCATION)
add_custom_command(
  OUTPUT exports.c
  DEPENDS exports.exp
  COMMAND ${EXEC} -b --uofw exports.exp > exports.c
)

pspsdk_tools's People

Contributors

linblow avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.