diff options
author | aap <aap@papnet.eu> | 2021-01-19 20:42:16 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-19 20:42:16 +0100 |
commit | 7e136a792f381b4c1d310c7058d779e9e87aeb6c (patch) | |
tree | b7cac1f66f8b1ccfe2c34ff9b015de549c5d9733 /src/extras/postfx.h | |
parent | PSP rendering and shader cleanup (diff) | |
download | re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar.gz re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar.bz2 re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar.lz re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar.xz re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.tar.zst re3-7e136a792f381b4c1d310c7058d779e9e87aeb6c.zip |
Diffstat (limited to 'src/extras/postfx.h')
-rw-r--r-- | src/extras/postfx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/extras/postfx.h b/src/extras/postfx.h index 9538f8e1..232c151b 100644 --- a/src/extras/postfx.h +++ b/src/extras/postfx.h @@ -7,9 +7,8 @@ class CPostFX public: enum { POSTFX_OFF, -// POSTFX_SIMPLE, - POSTFX_NORMAL, -// POSTFX_MOBILE + POSTFX_PSP, + POSTFX_PS2, // not so sensible for the moment POSTFX_SIMPLE = -1, |