Disabled hq4x stuff by default...
This commit is contained in:
parent
8fd5b7f269
commit
44732279ae
2 changed files with 16 additions and 5 deletions
|
|
@ -66,9 +66,12 @@
|
|||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef USE_HQ4X
|
||||
#include "hqxx.h"
|
||||
#include "hq3x.h"
|
||||
#include "hq4x.h"
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
#include <iconv.h>
|
||||
|
|
@ -5041,10 +5044,12 @@ void setup(int argc, char * argv[])
|
|||
|
||||
SDL_Flip(screen);
|
||||
|
||||
|
||||
|
||||
#ifdef USE_HQ4X
|
||||
/* Init high quality scaling stuff: */
|
||||
|
||||
InitLUTs(RGBtoYUV);
|
||||
#endif
|
||||
|
||||
|
||||
/* Load other images: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue