Home
last modified time | relevance | path

Searched defs:TblKey (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DTblLoader.cs13 public struct TblKey struct in Mesen.GUI.Debugger.TblLoader
15 public UInt64 Key;
16 public int Length;
18 public byte[] GetBytes() in GetBytes()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/HexBox/
H A DTblByteCharConverter.cs20 public TblByteCharConverter(Dictionary<TblKey, string> tblRules) in TblByteCharConverter()