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

replace some DMACMAN symbols with their official names #8

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions data/modules.list
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ dmacman 024 dmac_set_BF80157C
dmacman 025 dmac_get_BF80157C
dmacman 026 dmac_set_BF801578
dmacman 027 dmac_get_BF801578
dmacman 028 dmac_request
dmacman 028 sceSetSliceDMA
dmacman 029 dmac_set_dma_chained_spu_sif0
dmacman 030 dmac_set_dma_sif0
dmacman 031 dmac_set_dma_sif1
dmacman 032 dmac_transfer
dmacman 033 dmac_ch_set_dpcr
dmacman 034 dmac_enable
dmacman 035 dmac_disable
dmacman 032 sceStartDMA
dmacman 033 sceSetDMAPriority
dmacman 034 sceEnableDMAChannel
dmacman 035 sceDisableDMAChannel
eenetctl 004 sceEENetCtlSetConfiguration
eenetctl 005 sceEENetCtlRegisterDialCnf
eenetctl 006 sceEENetCtlUnRegisterDialCnf
Expand Down
Loading