Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't build devilutionx.mpq for Vita #6417

Closed
wants to merge 1 commit into from

Conversation

StephenCWills
Copy link
Member

This just seems appropriate, since it's packaging assets directly in the vpk.

@StephenCWills StephenCWills requested a review from isage July 28, 2023 00:44
@StephenCWills
Copy link
Member Author

Never mind, AJenbo just pointed this out to me.

devilutionX/CMakeLists.txt

Lines 429 to 444 in 3e7791f

if(BUILD_ASSETS_MPQ OR SRC_DIST)
vita_create_vpk(devilutionx.vpk ${VITA_TITLEID} devilutionx.self
VERSION ${VITA_VERSION}
NAME ${VITA_APP_NAME}
FILE Packaging/vita/sce_sys sce_sys
FILE ${DEVILUTIONX_MPQ} devilutionx.mpq
)
else()
vita_create_vpk(devilutionx.vpk ${VITA_TITLEID} devilutionx.self
VERSION ${VITA_VERSION}
NAME ${VITA_APP_NAME}
FILE Packaging/vita/sce_sys sce_sys
FILE Packaging/resources/assets assets
${VITA_TRANSLATIONS_LIST}
)
endif()

@StephenCWills StephenCWills deleted the vita-nompq branch July 28, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant