Skip to content

Commit f36b401

Browse files
committed
バージョン表記、readmeの更新
1 parent 0b5dff6 commit f36b401

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

DTXManiaプロジェクト/コード/ステージ/02.タイトル/CStageタイトル.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public override int On進行描画()
193193
this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );
194194

195195
#region[ バージョン表示 ]
196-
string strVersion = "KTT:J:A:J:2020031800";
196+
string strVersion = "KTT:J:A:J:2020032000";
197197
#if DEBUG
198198
strVersion += " DEBUG";
199199
#endif

DTXManiaプロジェクト/コード/全体/CDTXMania.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal class CDTXMania : Game
2020
{
2121
// プロパティ
2222
#region [ properties ]
23-
public static readonly string VERSION = "Ver0.87(200318)";
23+
public static readonly string VERSION = "Ver0.871(200320)";
2424
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
2525
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
2626
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
0 Bytes
Binary file not shown.

実行時フォルダ/dll/FDK.dll

0 Bytes
Binary file not shown.

実行時フォルダ/readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KTT:J:A:J:2020031800
1+
KTT:J:A:J:2020032000
22
TJAPlayer2 for.PC(仮) by.kairera0467
33

44
○概要
@@ -322,6 +322,10 @@ Twitter:@kairera0467
322322

323323

324324
○更新履歴
325+
ver.2020032000 0.871
326+
不具合修正
327+
・WASAPI/ASIO使用時に譜面分岐の内部処理が正しく行われない不具合を修正
328+
325329
ver.2020031800 0.87
326330
機能追加
327331
・譜面分岐ガイドを2人プレイに対応

0 commit comments

Comments
 (0)