Compare commits

..

3 Commits

Author SHA1 Message Date
ParantezTech b804c84ad8 [cpu] made guest image cpu sync opt-in 2026-07-28 16:12:52 +03:00
ParantezTech c306f01630 [video] restored texture cache bound and gated present diagnostics 2026-07-28 16:12:51 +03:00
ParantezTech 6b09f1dd22 [audio] fixed demons souls audioout2 output path 2026-07-28 16:12:51 +03:00
+1 -1
View File
@@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<SharpEmuVersion>0.0.3-hotfix-1</SharpEmuVersion> <SharpEmuVersion>0.0.3</SharpEmuVersion>
<Version>$(SharpEmuVersion)</Version> <Version>$(SharpEmuVersion)</Version>
<RepoRoot>$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)'))</RepoRoot> <RepoRoot>$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)'))</RepoRoot>