Skip to content

Commit

Permalink
Added support for chd/cso/gz to some systems
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazedBelmont authored Jan 24, 2024
1 parent fadf416 commit 167bc3e
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 167bc3e

Please sign in to comment.