mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- update regex default again thanks to Chrondelta.
This commit is contained in:
parent
e9649fc8d0
commit
2a94fb6cdd
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 4.3 MiB |
@ -31,7 +31,7 @@
|
||||
|
||||
#define CONFIG_FILENAME_SKIP_DOMAIN "PLUGINS"
|
||||
#define CONFIG_FILENAME_SKIP_KEY "filename_skip_regex"
|
||||
#define CONFIG_FILENAME_SKIP_DEFAULT "((dis[ck]|tape|side|track)[ _-]([b-l][^a-z]|0*[2-9]|0*[1-9][0-9]))|(disc2[.]iso)|(neogeo[.]zip)|(FUNBOOT[.]ROM)"
|
||||
#define CONFIG_FILENAME_SKIP_DEFAULT "((dis[ck]|tape|side|track)[ _-]([b-l][^a-z]|0*[2-9]|0*[1-9][0-9]))|(^disc2[.]iso$)|(^neogeo[.]zip$)|(^funboot[.]rom$)|(^(ecs|exec|grom)[.]bin$)"
|
||||
|
||||
class ListGenerator : public std::vector<dir_discHdr>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user