[PSEH3] Enable it by default.

svn path=/trunk/; revision=60839
This commit is contained in:
Timo Kreuzer 2013-11-02 20:42:13 +00:00
parent 2324ecfbb8
commit a7708e17cc

View file

@ -10,7 +10,7 @@ if(NOT DEFINED SEPARATE_DBG)
endif()
if(NOT DEFINED USE_PSEH3)
set(USE_PSEH3 0)
set(USE_PSEH3 1)
endif()
if(USE_PSEH3)