mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Add descriptions for GX_LOAD_INDX_A/B/C/D
This commit is contained in:
parent
1a3d2c3211
commit
df77a687e8
4 changed files with 98 additions and 15 deletions
|
@ -13,3 +13,4 @@ std::pair<std::string, std::string> GetXFRegInfo(u32 address, u32 value);
|
|||
std::string GetXFMemName(u32 address);
|
||||
std::string GetXFMemDescription(u32 address, u32 value);
|
||||
std::pair<std::string, std::string> GetXFTransferInfo(const u8* data);
|
||||
std::pair<std::string, std::string> GetXFIndexedLoadInfo(u8 array, u32 value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue