• R/O
  • HTTP
  • SSH
  • HTTPS

dtxmania: Commit


Commit MetaInfo

Révision81d26a342c0f28d6db5c6b7d5cdbb61835e80e5d (tree)
l'heure2021-10-19 00:58:54
Auteuryyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Message de Log

#xxxxx DirectShowLib-2005.dllの存在確認ミスを修正。

Change Summary

Modification

--- a/DTXMania/コード/全体/Program.cs
+++ b/DTXMania/コード/全体/Program.cs
@@ -171,9 +171,9 @@ namespace DTXMania
171171 "bass_fx.dll is not loaded. bass_fx.dll or bass.dll must not exist." + newLine + "Please download DTXMania again."
172172 ))
173173 bDLLnotfound = true;
174- if (!tDLLの存在チェック("dll\\DirectShowLib.dll",
175- "DirectShowLib.dll が存在しません。" + newLine + "DTXManiaをダウンロードしなおしてください。",
176- "DirectShowLib.dll is not found." + newLine + "Please download DTXMania again."
174+ if (!tDLLの存在チェック("dll\\DirectShowLib-2005.dll",
175+ "DirectShowLib-2005.dll が存在しません。" + newLine + "DTXManiaをダウンロードしなおしてください。",
176+ "DirectShowLib-2005.dll is not found." + newLine + "Please download DTXMania again."
177177 ))
178178 bDLLnotfound = true;
179179 #endregion
Afficher sur ancien navigateur de dépôt.