This commit is contained in:
Luke Usher 2019-10-14 16:29:18 +01:00
parent 4646c14c29
commit 1914e17078
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ void XboxRenderStateConverter::ApplyDeferredRenderState(uint32_t State, uint32_t
if (g_LibVersion_D3D8 == 3925) {
// HACK: Many 3925 games only show a black screen if fog is enabled
// Initially, this was thought to be bad offsets, but it has been verified to be correct
// Unitl we find out the true underlying cause, disable fog and carry on
// Until we find out the true underlying cause, disable fog and carry on
// Test Cases: Halo, Silent Hill 2.
LOG_TEST_CASE("Applying 3925 fog disable hack");
Value = false;