Author: sagamusix
Date: Mon Jul 8 23:13:05 2024
New Revision: 21132
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21132
Log:
[Fix] r21130 was missing a file.
Modified:
trunk/OpenMPT/soundlib/mod_specifications.cpp
Modified: trunk/OpenMPT/soundlib/mod_specifications.cpp
==============================================================================
--- trunk/OpenMPT/soundlib/mod_specifications.cpp Mon Jul 8 23:06:01 2024 (r21131)
+++ trunk/OpenMPT/soundlib/mod_specifications.cpp Mon Jul 8 23:13:05 2024 (r21132)
@@ -67,7 +67,7 @@
true, // Has artist name
true, // Has default resampling
true, // Fixed point tempo
- " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z\\:#+*???????????????????", // Supported Effects
+ " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z\\:#+*????????????????????", // Supported Effects
" vpcdabuh??gfe?o", // Supported Volume Column commands
};
@@ -114,7 +114,7 @@
false, // Doesn't have artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " 0123456789ABCD?FF?E????????????????????????????????????", // Supported Effects
+ " 0123456789ABCD?FF?E?????????????????????????????????????", // Supported Effects
" ???????????????", // Supported Volume Column commands
};
@@ -161,7 +161,7 @@
false, // Doesn't have artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " 0123456789ABCDRFFTE???GHK??XPL??????W??????????????????", // Supported Effects
+ " 0123456789ABCDRFFTE???GHK??XPL??????W???????????????????", // Supported Effects
" vpcdabuhlrg????", // Supported Volume Column commands
};
@@ -209,7 +209,7 @@
true, // Has artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " 0123456789ABCDRFFTE???GHK?YXPLZ\\?#??W??????????????????", // Supported Effects
+ " 0123456789ABCDRFFTE???GHK?YXPLZ\\?#??W???????????????????", // Supported Effects
" vpcdabuhlrg????", // Supported Volume Column commands
};
@@ -256,7 +256,7 @@
false, // Doesn't have artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " JFEGHLKRXODB?CQATI?SMNVW?U?????????? ??????????????????", // Supported Effects
+ " JFEGHLKRXODB?CQATI?SMNVW?U?????????? ???????????????????", // Supported Effects
" vp?????????????", // Supported Volume Column commands
};
@@ -304,7 +304,7 @@
false, // Doesn't have artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z????? ??????????????????", // Supported Effects
+ " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z????? ???????????????????", // Supported Effects
" vp?????????????", // Supported Volume Column commands
};
@@ -351,7 +351,7 @@
false, // Doesn't have artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z????? ??????????????????", // Supported Effects
+ " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z????? ???????????????????", // Supported Effects
" vpcdab?h??gfe??", // Supported Volume Column commands
};
@@ -398,7 +398,7 @@
true, // Has artist name
false, // Doesn't have default resampling
false, // Integer tempo
- " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z\\?#?? ??????????????????", // Supported Effects
+ " JFEGHLKRXODB?CQATI?SMNVW?UY?P?Z\\?#?? ???????????????????", // Supported Effects
" vpcdab?h??gfe??", // Supported Volume Column commands
};
|