emulator.h: Remove not needed SDL_image dependency

This commit is contained in:
Federico Amedeo Izzo 2020-11-17 18:00:38 +01:00
parent e917738516
commit fc3ee1d6ed
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#ifndef SCREEN_WIDTH
#define SCREEN_WIDTH 160