From 372894b6e01a120044e148b072a9cac0ecc4ae8f Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Tue, 8 Jan 2019 21:47:33 -0500 Subject: [PATCH] bugfix --- Simple Arcade Multifilter.ahk | 8 ++++---- retroarch-playlist-helper-lib.ahk | 8 -------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Simple Arcade Multifilter.ahk b/Simple Arcade Multifilter.ahk index 229c17a..3121476 100644 --- a/Simple Arcade Multifilter.ahk +++ b/Simple Arcade Multifilter.ahk @@ -381,7 +381,7 @@ FilterSelectGUI() { ;### include filter Gui, Font, s12 w700, Verdana - Gui, Add, Groupbox, w490 xm0 ys75 h380 Section,%include_list_label% + Gui, Add, Groupbox, w490 xm0 ys75 h382 Section,%include_list_label% Gui, Font, s12 w400, Verdana Gui, Add, ListBox, Sort Multi vinclude_filter xs9 ys+24 w470 h240, %category_list% @@ -394,7 +394,7 @@ FilterSelectGUI() { ;### other include filters Gui, Font, s12 w700, Verdana - Gui, Add, Groupbox, xm0 y+14 w490 h120 Section, Other filters + Gui, Add, Groupbox, xm0 y+14 w490 h110 Section, Other include filters Gui, Font, s10 w400, Verdana Gui, Add, Checkbox, xs8 ys24 w470 vbundle_bios_files Checked%bundle_bios_files%, Copy all BIOS sets Gui, Add, Checkbox, xs8 y+4 w470 vbundle_device_files Checked%bundle_device_files%, Copy all Device sets @@ -411,7 +411,7 @@ FilterSelectGUI() { ;### exclude filter Gui, Font, s12 w700, Verdana - Gui, Add, Groupbox, w490 xs0 ys75 h280 Section,%exclude_list_label% + Gui, Add, Groupbox, w490 xs0 ys75 h382 Section,%exclude_list_label% Gui, Font, s12 w400, Verdana Gui, Add, ListBox, Sort 8 vexclude_filter xs9 ys+24 w470 h240, %category_list% @@ -424,7 +424,7 @@ FilterSelectGUI() { ;### other exclude filters Gui, Font, s12 w700, Verdana - Gui, Add, Groupbox, xs0 y+14 w490 h162 Section, Other filters + Gui, Add, Groupbox, xs0 y+14 w490 h162 Section, Other exclude filters Gui, Font, s10 w400, Verdana Gui, Add, Checkbox, xs8 ys24 w470 vexclude_bios_files Checked%exclude_bios_files%, Exclude BIOS sets Gui, Add, Checkbox, xs8 y+4 w470 vexclude_device_files Checked%exclude_device_files%, Exclude Device sets diff --git a/retroarch-playlist-helper-lib.ahk b/retroarch-playlist-helper-lib.ahk index 98b5a80..bf4e3db 100644 --- a/retroarch-playlist-helper-lib.ahk +++ b/retroarch-playlist-helper-lib.ahk @@ -88,14 +88,6 @@ BuildArcadeDATArray(datfile_path, ByRef shrunk_DAT_array, display_progress_bar:= runnable := False } - if (InStr(XML_subentries, "status=""baddump""")) { - runnable := False - } - - if (InStr(XML_subentries, "status=""nodump""")) { - runnable := False - } - if (InStr(XML_subentries, "status=""protection""")) { runnable := False }