-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempted to directly set the hardware registers but that doesn't work
- Loading branch information
1 parent
82f83ac
commit e3bdc35
Showing
4 changed files
with
88 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
modules: | ||
SceDisplay: | ||
nid: 0x3F05296F | ||
libraries: | ||
SceDisplayForDriver: | ||
functions: | ||
SceDisplayForDriver_0x9E3C6DC6: 0x9E3C6DC6 | ||
kernel: true | ||
nid: 0x9FED47AC |
Binary file not shown.
This file contains 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
e3bdc35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't you use VitaSDK libraries ?
Couldn't we add SceDisplayForDriver_0x9E3C6DC6 to nids.yml if it isn't there yet ?
e3bdc35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vitasdk/vita-headers#108