Open
Conversation
9e6c8d0 to
9d1c1f4
Compare
Contributor
Author
|
now, patchset requires updating vita-headers. |
1. `SceCtrlForDriver_18823EEA` overwrite system virtual controller driver, but this function cannot release set driver. 2. if override controller driver, `sub_17C107C` only use readButtons at fetch input data. it occurs can't read phy buttons of the PSVITA. these multiple reasons, direct inject and release driver to the global variable using `taiInjectDataForKernel` and `taiInjectReleaseForKernel` not yet tested sceCtrlSetLightBar Reference: https://wiki.henkaku.xyz/vita/SceCtrl#Register_virtual_controller_driver
this patch replace `cbz r0, 0x17c5b3c` to `nop`
it'll add to vita-headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ksceCtrlRegisterVirtualControllerDriveroverwrite system virtual controller driver,but this function cannot release set driver.
if override controller driver,
sub_17C107Conly use readButtonsat fetch input data.
it occurs can't read phy buttons of the PSVITA.
these multiple reasons, patch
ksceCtrlRegisterVirtualControllerDriver's comparing command toNOPthis injection will allow
ksceCtrlRegisterVirtualControllerDriver(NULL)Still not work
sceCtrl(Set|Reset)LightBar.Reference: https://wiki.henkaku.xyz/vita/SceCtrl#Register_virtual_controller_driver