Typo
This commit is contained in:
parent
4646c14c29
commit
1914e17078
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue