Use CDDA on PSX

This commit is contained in:
2022-07-20 22:12:25 +02:00
parent 48aba6f5df
commit 82c69d27bc
3 changed files with 63 additions and 6 deletions

View File

@@ -1,7 +1,20 @@
{
"folders": [
{
"name": "JabyEngine",
"path": "."
},
{
"name": "PSYQ",
"path": "..\\..\\PSYQ\\Converted\\Include"
},
{
"name": "NEXTGPU",
"path": "..\\..\\..\\..\\PSX\\projects\\NEXTGPU"
},
{
"name": "CDPLAYER",
"path": "..\\..\\..\\..\\PSX\\projects\\CDPLAYER"
}
],
"tasks": {
@@ -120,6 +133,9 @@
"C_Cpp.default.compilerArgs": [
],
"C_Cpp.default.defines": [
]
],
"files.associations": {
"CDDADEMO.C": "cpp"
}
}
}