From 0799e8b13943b95e047628d82d6387a334965522 Mon Sep 17 00:00:00 2001 From: Matt Pannella Date: Thu, 19 Sep 2024 10:12:55 -0400 Subject: [PATCH] add ignore instance json file for testing (#338) --- ignore_instance.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ignore_instance.json diff --git a/ignore_instance.json b/ignore_instance.json new file mode 100644 index 0000000..2cf79f9 --- /dev/null +++ b/ignore_instance.json @@ -0,0 +1,8 @@ +{ + "core_identifiers": [ + "Mazamars312.NeoGeo", + "Mazamars312.NeoGeo_Overdrive", + "Mazamars312.NeoGeo_Analogizer", + "obsidian.Vectrex" + ] +}