phy1um / ps2-homebrew-livestreams

Repo for code written during my Playstation 2 Homebrew livestreams
MIT License
47 stars 6 forks source link

Fix Running from USB #56

Closed phy1um closed 2 years ago

phy1um commented 2 years ago

Running from USB is more fragile than using ps2client. This is critical to fix, because I expect most people will be running games from USB.

phy1um commented 2 years ago

This is resolved at an application level. Use PS2_SCRIPT_PATH as the base for all assets instead of host:.

Rename PS2_SCRIPT_PATH in #53