Skip to content

Commit

Permalink
[Fix] xmp-openmpt: Initialize DLGPROC Options in XMPIN for XMPlay SDK…
Browse files Browse the repository at this point in the history
… 2025-01-02.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22719 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 2, 2025
1 parent 8346cb9 commit eb106eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libopenmpt/xmp-openmpt/xmp-openmpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,9 @@ static XMPIN xmpin = {

nullptr, // reserved2
openmpt_GetConfig,
openmpt_SetConfig
openmpt_SetConfig,

nullptr
};

static const char * xmp_openmpt_default_exts = "OpenMPT\0mptm/mptmz";
Expand Down

0 comments on commit eb106eb

Please sign in to comment.