From 5a57f79de297d48911454bfd6a3541d80232256a Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Mon, 17 May 2021 19:11:26 +0200 Subject: [PATCH] Add psyq directory tree --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index a09b699..b269ac3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,28 @@ wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z ```bash 7z x -o/pcsx-redux/src/mips/psyq/ +``` + + Your `pcsx-redux/src/mips/psyq/` directory should not contain an `include` and a `lib` folder with a bunch of files in each of them : + +```bash +$tree /pcsx-redux/src/mips/psyq/ +. +├── include +│   ├── abs.h +│   ├── ... +│   ├── strings.h +│   └── sys +│   ├── errno.h +│   ├── ... +│   └── types.h +├── lib +│   ├── libapi.a +│   ├── ... +│   └── libtap.a +└── tree + +3 directories, 82 files ``` 6. That's it ! After that you can check everything's working byt trying to compile some example code :