mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 05:05:46 +00:00
Doxygen: Amend minor issues (#2593)
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
This commit is contained in:
parent
b250ce21b9
commit
0cb52ee74a
18 changed files with 31 additions and 23 deletions
|
@ -119,10 +119,10 @@ static ResultCode WriteHWRegs(u32 base_address, u32 size_in_bytes, VAddr data_va
|
|||
* Updates sequential GSP GPU hardware registers using parallel arrays of source data and masks.
|
||||
* For each register, the value is updated only where the mask is high
|
||||
*
|
||||
* @param base_address The address of the first register in the sequence
|
||||
* @param base_address The address of the first register in the sequence
|
||||
* @param size_in_bytes The number of registers to update (size of data)
|
||||
* @param data A pointer to the source data to use for updates
|
||||
* @param masks A pointer to the masks
|
||||
* @param data_vaddr A virtual address to the source data to use for updates
|
||||
* @param masks_vaddr A virtual address to the masks
|
||||
* @return RESULT_SUCCESS if the parameters are valid, error code otherwise
|
||||
*/
|
||||
static ResultCode WriteHWRegsWithMask(u32 base_address, u32 size_in_bytes, VAddr data_vaddr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue