PS1GameShark ​
A class for decoding and applying GameShark codes for the PS1.
Kind: Static class
Namespace: ConnectorLib.CheatDevices
Public Static Functions
bool
Add(IPS1Connector connector, string code)
Applies a GameShark code to the connector.
bool
Remove(IPS1Connector connector, string code)
Applies a GameShark code to the connector.
IEnumerable
Decode(string code)
Decodes a GameShark code into its address, value, and optional compare value.
bool
Validate(string code)
Validates a PS1 GameShark code.
bool
ValidateOne(string code)
Validates a PS1 GameShark code.
