mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
Filter newline and carriage returns when dumping themes
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "common.h"
|
||||
#include "badges.h"
|
||||
|
||||
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*"
|
||||
#define ILLEGAL_CHARS "><\"?;:/\\+,.|[=]*\n\r"
|
||||
|
||||
extern FS_Archive ArchiveSD;
|
||||
extern FS_Archive ArchiveHomeExt;
|
||||
|
||||
Reference in New Issue
Block a user