mirror of
https://github.com/jessicanataliagta/PSPRecomp
synced 2026-09-26 08:41:08 -04:00
37e5469cbd
initial release
12 lines
376 B
Markdown
12 lines
376 B
Markdown
# Profiles
|
|
|
|
Profiles contain everything PSPRecomp needs for a particular title without contaminating the reusable framework with game-specific addresses or behavior.
|
|
|
|
A profile is selected at configure time:
|
|
|
|
```bash
|
|
cmake -S . -B out/<profile> -DPSPRECOMP_PROFILE=<profile>
|
|
```
|
|
|
|
The current repository includes `vcs`. See `docs/PROFILE_GUIDE.md` before adding another title.
|