More SDL1 fixes

This commit is contained in:
Dimitris Panokostas 2017-12-05 13:20:33 +01:00
parent 75c82513b5
commit 796b501639
2 changed files with 10 additions and 12 deletions

View file

@ -33,15 +33,11 @@
#include "gfxboard.h"
#include "devices.h"
#include "jit/compemu.h"
#ifdef USE_SDL1
#include "SDL.h"
#endif
#ifdef USE_SDL2
#include "SDL.h"
#include <iostream>
#include "amiberry_gfx.h"
#include "SDL.h"
#ifdef USE_SDL2
SDL_Window* sdlWindow;
SDL_Renderer* renderer;
SDL_Texture* texture;