Skip to content

Commit

Permalink
バージョン表記、readmeの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
kairera0467 committed Mar 20, 2020
1 parent 0b5dff6 commit f36b401
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public override int On進行描画()
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );

#region[ バージョン表示 ]
string strVersion = "KTT:J:A:J:2020031800";
string strVersion = "KTT:J:A:J:2020032000";
#if DEBUG
strVersion += " DEBUG";
#endif
Expand Down
2 changes: 1 addition & 1 deletion DTXManiaプロジェクト/コード/全体/CDTXMania.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal class CDTXMania : Game
{
// プロパティ
#region [ properties ]
public static readonly string VERSION = "Ver0.87(200318)";
public static readonly string VERSION = "Ver0.871(200320)";
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
Expand Down
Binary file modified 実行時フォルダ/DTXManiaGR.exe
Binary file not shown.
Binary file modified 実行時フォルダ/dll/FDK.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion 実行時フォルダ/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KTT:J:A:J:2020031800
KTT:J:A:J:2020032000
TJAPlayer2 for.PC(仮) by.kairera0467

○概要
Expand Down Expand Up @@ -322,6 +322,10 @@ Twitter:@kairera0467


○更新履歴
ver.2020032000 0.871
不具合修正
・WASAPI/ASIO使用時に譜面分岐の内部処理が正しく行われない不具合を修正

ver.2020031800 0.87
機能追加
・譜面分岐ガイドを2人プレイに対応
Expand Down

0 comments on commit f36b401

Please sign in to comment.