Add names and descriptions for regular XF memory

This commit is contained in:
Pokechu22
2021-02-06 23:30:01 -08:00
parent 2d6ec7457d
commit 8c80369373
2 changed files with 101 additions and 1 deletions

View File

@ -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);