C# 클래스 Alexandria.Platforms.NintendoDS.RomFormat

Format for a Nintendo DS ROM.
상속: Glare.Assets.AssetFormat
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Load ( AssetLoader loader ) : Asset

Load the ROM.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to match the source as an NDS ROM.

비공개 메소드들

메소드 설명
IsAscii ( byte value ) : bool
IsAsciiOrNul ( byte value ) : bool
RomFormat ( Platform platform ) : System

메소드 상세

Load() 공개 메소드

Load the ROM.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
리턴 Asset

LoadMatch() 공개 메소드

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