Skip to content

Commit

Permalink
Merge pull request #7 from GlaZedBelmont/patch-1
Browse files Browse the repository at this point in the history
Added support for chd/ciso/cso/gz to some systems
  • Loading branch information
jacobaraujo7 committed Jan 24, 2024
2 parents 0f6fbd9 + 167bc3e commit d00cb9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/app/interactor/atoms/game_atom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ final categorieState = [
id: 'nintendo-gamecube',
extensions: [
'ciao',
'ciso',
'dff',
'dol',
'elf',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit d00cb9b

Please sign in to comment.