Skip to content

Commit

Permalink
[playym] modland.com stores "Atari Digi-Mix" as *.mix instead of *.ym…
Browse files Browse the repository at this point in the history
…, so add that file-extension.
  • Loading branch information
mywave82 committed Jun 16, 2024
1 parent 64e1fd9 commit 9e0b501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions desktop/opencubicplayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,5 +496,6 @@
<mime-type type="audio/x-ym">
<comment>YM2149 register dumps, PSG audio</comment>
<glob pattern="*.ym"/>
<glob pattern="*.mix"/>
</mime-type>
</mime-info>
1 change: 1 addition & 0 deletions playym/ymtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ OCP_INTERNAL int ym_type_init (PluginInitAPI_t *API)
struct moduletype mt;

API->fsRegisterExt("YM");
API->fsRegisterExt("MIX");

mt.integer.i = MODULETYPE("YM");
API->fsTypeRegister (mt, YM_description, "plOpenCP", &ymPlayer);
Expand Down

0 comments on commit 9e0b501

Please sign in to comment.