mirror of
https://github.com/GTAmodding/re3.git
synced 2025-05-13 07:33:30 +00:00
Merge 75eecf700b
into a16fcd8d6a
This commit is contained in:
commit
118a2b6470
2 changed files with 2 additions and 2 deletions
|
@ -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).
|
**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>
|
</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.
|
> :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.
|
||||||
|
|
||||||
|
|
|
@ -294,7 +294,7 @@ CanVideoCardDoDXT(void)
|
||||||
#ifdef LIBRW
|
#ifdef LIBRW
|
||||||
// TODO
|
// TODO
|
||||||
#ifdef RW_OPENGL
|
#ifdef RW_OPENGL
|
||||||
return false;
|
return rw::gl3::gl3Caps.dxtSupported;
|
||||||
#else
|
#else
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue