C# Class Alexandria.Platforms.NintendoDS.RomFormat

Format for a Nintendo DS ROM.
Inheritance: Glare.Assets.AssetFormat
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Load ( AssetLoader loader ) : Asset

Load the ROM.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to match the source as an NDS ROM.

Private Methods

Méthode Description
IsAscii ( byte value ) : bool
IsAsciiOrNul ( byte value ) : bool
RomFormat ( Platform platform ) : System

Method Details

Load() public méthode

Load the ROM.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
Résultat Asset

LoadMatch() public méthode

Attempt to match the source as an NDS ROM.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader
Résultat LoadMatchStrength