We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37131b1 commit e4e28f0Copy full SHA for e4e28f0
include/SDL3_mixer/SDL_mixer.h
@@ -2404,7 +2404,8 @@ extern SDL_DECLSPEC bool SDLCALL Mix_PlayingMusic(void);
2404
* Set SoundFonts paths to use by supported MIDI backends.
2405
*
2406
* You may specify multiple paths in a single string by separating them with
2407
- * semicolons; they will be searched in the order listed.
+ * semicolons; they will be searched in the _reverse_ order listed (last one
2408
+ * listed will be the first one searched).
2409
2410
* This function replaces any previously-specified paths.
2411
0 commit comments