1
0
mirror of synced 2024-11-23 23:21:06 +01:00

deprecate stuff

This commit is contained in:
0auBSQ 2024-10-23 05:23:14 +09:00
parent 1314118073
commit e64462809b
2 changed files with 3 additions and 14 deletions

View File

@ -38,8 +38,6 @@ namespace OpenTaiko {
.FirstOrDefault()
?.InformationalVersion
?? $"{GetAppDisplayThreePartVersion()} (unknown informational version)";
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
public static CStage latestSongSelect {
get;

View File

@ -37,18 +37,9 @@ namespace OpenTaiko {
var strフォルダ名 = Path.GetDirectoryName(strDTXファイルパス) + Path.DirectorySeparatorChar;
if (File.Exists(strフォルダ名 + @"set.def")) {
var cdtx = new CDTX(strDTXファイルパス, true, 1.0, 0, 1);
this.str曲タイトル = cdtx.TITLE.GetString("");
this.strサブタイトル = cdtx.SUBTITLE.GetString("");
cdtx.DeActivate();
} else {
var = OpenTaiko.stageSongSelect.r確定されたスコア.;
this.str曲タイトル = .;
this.strサブタイトル = .strサブタイトル;
}
var = OpenTaiko.stageSongSelect.r確定されたスコア.;
this.str曲タイトル = .;
this.strサブタイトル = .strサブタイトル;
this.strSTAGEFILE = CSkin.Path(@$"Graphics{Path.DirectorySeparatorChar}4_SongLoading{Path.DirectorySeparatorChar}Background.png");