mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 06:20:24 +00:00
Quick fix some weird issue on boot
This commit is contained in:
parent
bd0953477a
commit
badfde22e5
2 changed files with 3 additions and 2 deletions
|
@ -108,6 +108,7 @@ namespace FirstPlugin
|
||||||
|
|
||||||
//Now go to the first block. This is a list of section headers
|
//Now go to the first block. This is a list of section headers
|
||||||
//Each header follows the same structure, a signature, count, and size
|
//Each header follows the same structure, a signature, count, and size
|
||||||
|
reader.SeekBegin(offsets[0]);
|
||||||
for (int s = 0; s < SectionCount; s++)
|
for (int s = 0; s < SectionCount; s++)
|
||||||
{
|
{
|
||||||
long pos = reader.Position;
|
long pos = reader.Position;
|
||||||
|
|
|
@ -361,8 +361,8 @@ namespace FirstPlugin
|
||||||
Formats.Add(typeof(G1T));
|
Formats.Add(typeof(G1T));
|
||||||
Formats.Add(typeof(BFLYT));
|
Formats.Add(typeof(BFLYT));
|
||||||
Formats.Add(typeof(ZSI));
|
Formats.Add(typeof(ZSI));
|
||||||
Formats.Add(typeof(IGZ));
|
// Formats.Add(typeof(IGZ));
|
||||||
|
|
||||||
//Unfinished wip formats not ready for use
|
//Unfinished wip formats not ready for use
|
||||||
if (Runtime.DEVELOPER_DEBUG_MODE)
|
if (Runtime.DEVELOPER_DEBUG_MODE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue