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

Real support "Hatsune Miku Project Diva Extend" chinese patched version #13007

Merged
merged 3 commits into from
Jun 7, 2020

Conversation

sum2012
Copy link
Collaborator

@sum2012 sum2012 commented Jun 7, 2020

The function is right.
Tested on "Hatsune Miku Project Diva Extend" chinese patched version
@@ -681,7 +681,7 @@ const HLEFunction Kernel_Library[] =
};

static u32 sysclib_memcpy(u32 dst, u32 src, u32 size) {
ERROR_LOG(SCEKERNEL, "Untested sysclib_memcpy(dest=%08x, src=%08x, size=%i)", dst, src, size);
DEBUG_LOG(SCEKERNEL, "Untested sysclib_memcpy(dest=%08x, src=%08x, size=%i)", dst, src, size);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just delete this logging, it's not really interesting.

@sum2012
Copy link
Collaborator Author

sum2012 commented Jun 7, 2020

@hrydgard done

@hrydgard hrydgard merged commit 820b578 into hrydgard:master Jun 7, 2020
@hrydgard hrydgard added this to the v1.10.0 milestone Jun 7, 2020
@hrydgard hrydgard added the HLE/Kernel Kernel, memory manager, other HLE issues label Jun 7, 2020
@sum2012
Copy link
Collaborator Author

sum2012 commented Jun 7, 2020

Can we add it to Readme ?

@sum2012 sum2012 deleted the Miku_cn_patch branch June 7, 2020 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HLE/Kernel Kernel, memory manager, other HLE issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants