From 167bc3efa94a0570f5f6661be035ff2176437f12 Mon Sep 17 00:00:00 2001 From: Glazed_Belmont <48196637+GlaZedBelmont@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:00:35 -0500 Subject: [PATCH] Added support for chd/cso/gz to some systems --- lib/app/interactor/atoms/game_atom.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/app/interactor/atoms/game_atom.dart b/lib/app/interactor/atoms/game_atom.dart index f6dee02..17cdb80 100644 --- a/lib/app/interactor/atoms/game_atom.dart +++ b/lib/app/interactor/atoms/game_atom.dart @@ -130,6 +130,7 @@ final categorieState = [ id: 'nintendo-gamecube', extensions: [ 'ciao', + 'ciso', 'dff', 'dol', 'elf', @@ -237,7 +238,7 @@ final categorieState = [ name: 'Sega Dreamcast', image: img.dreamcastSVG, id: 'sega-dreamcast', - extensions: ['cdi', 'gdi'], + extensions: ['cdi', 'chd', 'gdi'], ), GameCategory( name: 'Sega Game Gear', @@ -322,7 +323,7 @@ final categorieState = [ name: 'Sony - PlayStation 2', image: img.ps2SVG, id: 'ps2', - extensions: ['bin', 'cue', 'iso', 'chd'], + extensions: ['bin', 'chd', 'cso', 'cue', 'gz', 'iso', 'chd'], ), GameCategory( name: 'Sony - PlayStation Portable',