C# Class SwitchThemes.Common.SzsPatcher

Mostra file Open project: exelix11/SwitchThemeInjector Class Usage Examples

Public Properties

Property Type Description
EnablePaneOrderMod bool

Public Methods

Method Description
GetFinalSarc ( ) : SarcData
PatchAppletIcon ( Array DDS, string name ) : bool
PatchBntxTexture ( Array DDS, string texName, uint TexFlag = 0xFFFFFFFF ) : bool
PatchBntxTextureAttribs ( ) : bool
PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch ) : bool
PatchMainBG ( Array DDS ) : bool
PatchMainBG ( SwitchThemes.Common.Images.DDS DDS ) : bool
SzsPatcher ( SarcData s ) : SwitchThemes.Common.Bntxx

Private Methods

Method Description
GetBntx ( ) : QuickBntx
PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch, string PartName ) : bool
PatchSingleLayout ( SwitchThemes.Common.LayoutFilePatch p ) : bool
SaveBntx ( ) : void

Method Details

GetFinalSarc() public method

public GetFinalSarc ( ) : SarcData
return SarcData

PatchAppletIcon() public method

public PatchAppletIcon ( Array DDS, string name ) : bool
DDS Array
name string
return bool

PatchBntxTexture() public method

public PatchBntxTexture ( Array DDS, string texName, uint TexFlag = 0xFFFFFFFF ) : bool
DDS Array
texName string
TexFlag uint
return bool

PatchBntxTextureAttribs() public method

public PatchBntxTextureAttribs ( ) : bool
return bool

PatchLayouts() public method

public PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch ) : bool
Patch SwitchThemes.Common.LayoutPatch
return bool

PatchMainBG() public method

public PatchMainBG ( Array DDS ) : bool
DDS Array
return bool

PatchMainBG() public method

public PatchMainBG ( SwitchThemes.Common.Images.DDS DDS ) : bool
DDS SwitchThemes.Common.Images.DDS
return bool

SzsPatcher() public method

public SzsPatcher ( SarcData s ) : SwitchThemes.Common.Bntxx
s SarcData
return SwitchThemes.Common.Bntxx

Property Details

EnablePaneOrderMod public_oe property

public bool EnablePaneOrderMod
return bool