diff options
author | Reiko Asakura | 2021-03-15 19:29:14 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-15 19:29:14 -0400 |
commit | 0441d8b308e58f9391f4715b8f95db7a8b0f9d2f (patch) | |
tree | 88db82fb757d36a8e19d7ca7652598682255cd10 /include/kernel/lowio/pervasive.h | |
parent | Update ScePafStdc names (diff) | |
download | vds-libraries-0441d8b308e58f9391f4715b8f95db7a8b0f9d2f.tar.gz |
Update names from prototype 0.940 display.skprx
1. sceKernelGetKPLS is inferred from similar names.
2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the
debug logs, but that is probably a mistake.
Diffstat (limited to '')
-rw-r--r-- | include/kernel/lowio/pervasive.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index 12d8a3a..4cd786e 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -25,10 +25,10 @@ int scePervasiveSpiResetDisable(int port); int scePervasiveSpiClockDisable(int port); int scePervasiveSpiClockEnable(int port); -int scePervasiveDsiResetEnable(int port, unsigned int mask); -int scePervasiveDsiResetDisable(int port, unsigned int mask); -int scePervasiveDsiClockEnable(int port, unsigned int mask); -int scePervasiveDsiClockDisable(int port, unsigned int mask); +int scePervasiveIftuDsiResetEnable(int port, unsigned int mask); +int scePervasiveIftuDsiResetDisable(int port, unsigned int mask); +int scePervasiveIftuDsiClkGateEnable(int port, unsigned int mask); +int scePervasiveIftuDsiClkGateDisable(int port, unsigned int mask); int scePervasiveDsiSetPixelClock(int port, int pixelclock); int scePervasiveMsifResetEnable(void); |