-
Notifications
You must be signed in to change notification settings - Fork 19
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 GPU for memchunkhax all the time. #13
base: master
Are you sure you want to change the base?
Conversation
I may be mistaken, but it looks as though there's an additional check for the kernel version in source/svchax/svchax.c:svchax_init(void) Wouldn't that also need to be updated to always use memchunkhax2? |
Negative. They both use memchunkhax 1 or 2, but the condition to use it with gspwn is checked in SafeSys itself. svchax always uses gspwn. |
I've heard nothing but success from everyone who's used this patch. No one should have to suffer through the old CPU method anymore =P |
Update svchax and deleted libsu
Reupdate svchax
@Cpasjuste Must be merged after @n4ru merge https://github.com/n4ru/SafeSysUpdater/pull/4 |
Update CMakeLists.txt
No description provided.