Removed psx and theory of target platform dependend code

This commit is contained in:
2024-07-21 15:59:59 +02:00
parent 102a8a1bb5
commit 5624eb40f3
9 changed files with 78 additions and 87 deletions

View File

@@ -3,7 +3,7 @@ PKG_OUTPUT ?= $(REGION)/$(ARTIFACT).pkg
$(CD_OUTPUT): always
@mkdir -p $(REGION)
psxcdgen_ex --list $(REGION)/$(ARTIFACT).lba -o $(REGION)/$(ARTIFACT) psx bin-cue Config.xml
psxcdgen_ex --list $(REGION)/$(ARTIFACT).lba -o $(REGION)/$(ARTIFACT) bin-cue Config.xml
$(PKG_OUTPUT): always
@mkdir -p $(REGION)