• R/O
  • HTTP
  • SSH
  • HTTPS

dtxmania: 提交


Commit MetaInfo

修訂81d26a342c0f28d6db5c6b7d5cdbb61835e80e5d (tree)
時間2021-10-19 00:58:54
作者yyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

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

Change Summary

差異

--- 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
Show on old repository browser