mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Add names and descriptions for regular XF memory
This commit is contained in:
parent
2d6ec7457d
commit
8c80369373
2 changed files with 101 additions and 1 deletions
|
@ -10,4 +10,6 @@
|
|||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue