Beispiel #1
0
 void IsBreakpoint(uint Address, out XboxBreakpointType Type)
 {
     Type = XboxBreakpointType.NoBreakpoint;
 }
Beispiel #2
0
 void SetDataBreakpoint(uint Address, XboxBreakpointType Type, uint Size)
 {
 }