• R/O
  • HTTP
  • SSH
  • HTTPS

dtxmania: Commit


Commit MetaInfo

Revision5048bf7a6d99f991ed33d96456abacf15d19f6c1 (tree)
Time2016-08-23 00:46:36
Authoryyagi <yyagi@16f4...>
Commiteryyagi

Log Message

#xxxxx DTXManiaをDTXVモードで起動する場合のウインドウサイズの初期値を640x360に変更。

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@1034 16f42ceb-6dc6-49c8-ba94-f2d53467949d

Change Summary

Incremental Difference

--- a/DTXManiaプロジェクト/コード/ステージ/04.コンフィグ/CConfigXml.cs
+++ b/DTXManiaプロジェクト/コード/ステージ/04.コンフィグ/CConfigXml.cs
@@ -538,7 +538,7 @@ namespace DTXMania
538538 nWASAPIBufferSizeMs = new COptionInteger(50);
539539 nChipDisplayTimeMs = new COptionInteger(3000);
540540 nChipFadeoutTimeMs = new COptionInteger(2000);
541- rcViewerWindow = new Coordinates.CRect(100, 100, 1280, 720);
541+ rcViewerWindow = new Coordinates.CRect(100, 100, 640, 360);
542542 nMasterVolume = new COptionInteger(100);
543543 nPolyphonicSounds = new COptionInteger(4);
544544
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ
Show on old repository browser