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

Use new update/DLC locations introduced in Cemu 1.15.11 (fixes #57) #58

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Use new update/DLC locations introduced in Cemu 1.15.11 (fixes #57) #58

merged 1 commit into from
Mar 31, 2020

Conversation

shiftinv
Copy link
Contributor

@shiftinv shiftinv commented Feb 12, 2020

Cemu v1.15.11 introduced new paths for update/DLC files (https://cemu.info/changelog/cemu_1_15_11.txt):

  • Updates: mlc01/.../00050000/<titleid[0:8]> -> mlc01/.../0005000e/<titleid[0:8]>
  • DLC: mlc01/.../00050000/<titleid[0:8]>/aoc -> mlc01/.../0005000c/<titleid[0:8]>

This PR patches NusHelper.Emulators.Cemu.UpdatePath/.DlcPath to return these paths and moves the directories from their previous locations to the new ones when using Cemu ≥ 1.15.11.

Edit: Do not merge yet, I just found another potential issue with the code that I can't fix right now. Fixed.

@FailedShack FailedShack force-pushed the master branch 3 times, most recently from e8119e1 to 21a40fd Compare March 31, 2020 03:21
@shiftinv shiftinv changed the base branch from master to 0.17 March 31, 2020 22:12
@FailedShack FailedShack changed the base branch from 0.17 to master March 31, 2020 22:29
@FailedShack FailedShack merged commit 17915f1 into FailedShack:master Mar 31, 2020
@shiftinv shiftinv deleted the fix-cemupaths branch March 31, 2020 22:34
@shiftinv shiftinv restored the fix-cemupaths branch March 31, 2020 22:36
@shiftinv shiftinv deleted the fix-cemupaths branch March 31, 2020 22:36
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.

None yet

2 participants