Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
DTXManiaXG verK
DTXManiaXG verK
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Browse Git: dtxmaniaxg-verk-git
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
公開 (303)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[dtxmaniaxg-verk]
/
trunk
/
DTXManiaプロジェクト
/
コード
/
全体
/
CDTXMania.cs
Diff of /trunk/DTXManiaプロジェクト/コード/全体/CDTXMania.cs
Parent Directory
|
Revision Log
|
Patch
revision
568
by
kairera0467
, Sat Aug 20 09:31:46 2016 UTC
revision
570
by
kairera0467
, Sun Nov 19 13:17:05 2017 UTC
#
Line 23
namespace DTXMania
Line 23
namespace DTXMania
23
{
{
24
// プロパティ
// プロパティ
25
26
public static readonly string VERSION = "Ver3.61(160820)";
public static readonly string VERSION = "Ver3.61a(170430)";
27
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
28
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
29
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
#
Line 2178
for (int i = 0; i < 3; i++) {
Line 2178
for (int i = 0; i < 3; i++) {
2178
CDTXMania.ConfigIni.nWASAPIBufferSizeMs,
CDTXMania.ConfigIni.nWASAPIBufferSizeMs,
2179
//CDTXMania.ConfigIni.nASIOBufferSizeMs,
//CDTXMania.ConfigIni.nASIOBufferSizeMs,
2180
0,
0,
2181
CDTXMania.ConfigIni.nASIODevice
CDTXMania.ConfigIni.nASIODevice,
2182
CDTXMania.ConfigIni.bUseOSTimer
2183
);
);
2184
ShowWindowTitleWithSoundType();
ShowWindowTitleWithSoundType();
2185
FDK.CSound管理.bIsTimeStretch = CDTXMania.ConfigIni.bTimeStretch;
FDK.CSound管理.bIsTimeStretch = CDTXMania.ConfigIni.bTimeStretch;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.568
changed lines
Added in v.570
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26