This commit is contained in:
David Heidelberg 2021-09-02 20:46:00 +03:00 committed by GitHub
commit cef9ceb9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ Microsoft recently discontinued its downloads of the DX9 SDK. You can download a
**If you choose OpenAL on Windows** You must read [Running OpenAL build on Windows](https://github.com/GTAmodding/re3/wiki/Running-OpenAL-build-on-Windows).
</details>
> :information_source: premake has an `--with-lto` option if you want the project to be compiled with Link Time Optimization.
> :information_source: premake has an `--with-lto` option if you want the project to be compiled with Link Time Optimization (has to be used with `--no-git-hash`)
> :information_source: There are various settings in [config.h](https://github.com/GTAmodding/re3/tree/miami/src/core/config.h), you may want to take a look there.

View File

@ -294,7 +294,7 @@ CanVideoCardDoDXT(void)
#ifdef LIBRW
// TODO
#ifdef RW_OPENGL
return false;
return rw::gl3::gl3Caps.dxtSupported;
#else
return true;
#endif