master #109

Merged
sin365 merged 2 commits from Alienjack/AxibugEmuOnline:master into master 2025-09-10 22:44:55 +08:00
Showing only changes of commit 592d76a302 - Show all commits

View File

@ -736,6 +736,7 @@ public class AxiNSIO
#endif #endif
} }
#if UNITY_SWITCH
bool CreateLoopDir(string path) bool CreateLoopDir(string path)
{ {
// 检查路径是否存在及其类型 // 检查路径是否存在及其类型
@ -783,7 +784,7 @@ public class AxiNSIO
return false; return false;
return true; return true;
} }
#endif
/// <summary> /// <summary>
/// 解析路径并获取其所有父级目录(从直接父目录到根目录),并排除存储设备挂载根节点(如"save:"或"sd:")。 /// 解析路径并获取其所有父级目录(从直接父目录到根目录),并排除存储设备挂载根节点(如"save:"或"sd:")。