mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 22:14:08 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
* origin/miami: fuck bletch fixed anisotropic filtering; updated librw fix
This commit is contained in:
commit
06d8860d42
7 changed files with 23 additions and 11 deletions
|
@ -265,6 +265,7 @@ enum Config {
|
|||
#define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number
|
||||
//#define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time
|
||||
#define DISABLE_VSYNC_ON_TEXTURE_CONVERSION // make texture conversion work faster by disabling vsync
|
||||
#define ANISOTROPIC_FILTERING // set all textures to max anisotropic filtering
|
||||
//#define USE_TEXTURE_POOL
|
||||
#ifdef LIBRW
|
||||
#define EXTENDED_COLOURFILTER // more options for colour filter (replaces mblur)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "rphanim.h"
|
||||
#include "rpskin.h"
|
||||
#include "rtbmp.h"
|
||||
#ifndef LIBRW
|
||||
#ifdef ANISOTROPIC_FILTERING
|
||||
#include "rpanisot.h"
|
||||
#endif
|
||||
|
||||
|
@ -406,7 +406,7 @@ PluginAttach(void)
|
|||
|
||||
return FALSE;
|
||||
}
|
||||
#ifndef LIBRW
|
||||
#ifdef ANISOTROPIC_FILTERING
|
||||
RpAnisotPluginAttach();
|
||||
#endif
|
||||
#ifdef EXTENDED_PIPELINES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue