mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 09:25:42 -04:00
fix discs
Signed-off-by: Clienthax <clienthax@gmail.com>
This commit is contained in:
parent
cc706770f0
commit
db45e7a9ce
@ -121,7 +121,7 @@ namespace _3DS
|
||||
|
||||
public override string GetFileDescription()
|
||||
{
|
||||
return "body_LZ.bin";
|
||||
return "System Theme body_LZ.bin";
|
||||
}
|
||||
|
||||
public override string GetFileFilter()
|
||||
|
@ -42,7 +42,7 @@ namespace _3DS
|
||||
|
||||
public override string GetFileDescription()
|
||||
{
|
||||
return "*.icn";
|
||||
return "System Theme Icon *.icn";
|
||||
}
|
||||
|
||||
public override string GetFileFilter()
|
||||
|
Loading…
Reference in New Issue
Block a user