3ds Theme support.#1
Conversation
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
|
It looks nice, but you need to change some stuff in the identifier. You need to change some things in the ThemeIdentifier. I would change GetCategory into 3DS Themes, the file description is not very descriptive and the filter is a bit too long. Also, currently it sees every file as theme . You need to make it detect the theme file in IsFormat. Also, decompression is not needed. Which compression is used? Because efe will auto decompress. |
|
Theres no way to detect the header as it has no magic, |
|
Then you can use a file name for detection. (look at obj in commonfiles) |
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
|
there ya go |
|
It's FormatMatch.Extension (because content is more important than a name). After that, I think it's okay. I will test it tomorrow when I am on my pc. Could you send me an example of a theme? |
|
ping me on #3dsdev efnet |
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
Signed-off-by: Clienthax <clienthax@gmail.com>
No description provided.