More SDL1 fixes
This commit is contained in:
parent
75c82513b5
commit
796b501639
2 changed files with 10 additions and 12 deletions
10
src/main.cpp
10
src/main.cpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue