Skip to content

Commit

Permalink
Merge branch 'nsubtil/rel-0.4-message-cherry-pick' into 'release/v0.4'
Browse files Browse the repository at this point in the history
Remove legacy warning about assets not being production ready

See merge request lightspeedrtx/dxvk-remix-nv!666
  • Loading branch information
nsubtil committed Jan 17, 2024
2 parents 470bdc8 + 595dcf1 commit 9a714af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dxvk/imgui/dxvk_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1270,13 +1270,6 @@ namespace dxvk {
auto common = ctx->getCommonObjects();
std::vector<std::string> hudMessages;

if (common->getSceneManager().areReplacementsLoaded()) {
const std::string& exportStatus = common->getSceneManager().getReplacementStatus();
if (exportStatus != "Release Ready") {
hudMessages.emplace_back(str::format("Warning: Replacements are not production ready. Status: ", exportStatus));
}
}

if(common->getSceneManager().areReplacementsLoading())
hudMessages.emplace_back("Loading enhancements...");

Expand Down

0 comments on commit 9a714af

Please sign in to comment.