summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/XFStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/XFStructs.h')
-rw-r--r--Source/Core/VideoCommon/XFStructs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/XFStructs.h b/Source/Core/VideoCommon/XFStructs.h
index d6f8d48d46..5aac1f059b 100644
--- a/Source/Core/VideoCommon/XFStructs.h
+++ b/Source/Core/VideoCommon/XFStructs.h
@@ -4,4 +4,12 @@
#pragma once
+#include <string>
+#include <utility>
+
#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);