mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Change target name again as it was crashing PCSX-Redux
This commit is contained in:
parent
5a5ca5ce62
commit
0c39976abc
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(PSXEngine
|
||||
LANGUAGES C CXX ASM
|
||||
LANGUAGES C ASM
|
||||
VERSION 0.1.0
|
||||
DESCRIPTION "Sonic The Hedgehog XA for PlayStation"
|
||||
HOMEPAGE_URL "https://luksamuk.codes")
|
||||
|
@ -38,7 +38,7 @@ psn00bsdk_add_executable(sonic
|
|||
target_include_directories(sonic PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/>)
|
||||
|
||||
psn00bsdk_add_cd_image(iso "Sonic The Hedgehog XA"
|
||||
psn00bsdk_add_cd_image(iso "SONICXA"
|
||||
iso.xml
|
||||
DEPENDS sonic system.cnf)
|
||||
|
||||
|
|
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
|||
export PATH := /opt/psn00bsdk/bin:$(PATH)
|
||||
export PSN00BSDK_LIBS := /opt/psn00bsdk/lib/libpsn00b
|
||||
|
||||
CHD := ./Sonic\ The\ Hedgehog\ XA.chd
|
||||
CUESHEET := ./build/Sonic\ The\ Hedgehog\ XA.cue
|
||||
CHD := ./SONICXA.chd
|
||||
CUESHEET := ./build/SONICXA.cue
|
||||
|
||||
MAP16SRC := $(shell ls ./assets/levels/**/map16.json)
|
||||
COL16SRC := $(shell ls ./assets/levels/**/tiles16.tsx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue