Skip to content

N64GameShark ​

A class for decoding and applying GameShark codes for the N64.

Kind: Static class

Namespace: ConnectorLib.CheatDevices

Public Static Functions

bool

Add(IN64Connector connector, string code)

Applies a GameShark code to the connector.

bool

Remove(IN64Connector 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.

ValueTuple

ParseCode(string code)

bool

Validate(string code)

Validates an N64 GameShark code.

bool

ValidateOne(string code)

Validates an N64 GameShark code.