document sdl use in emulator.c
This commit is contained in:
parent
ce63fac57e
commit
4898e35a6c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL.h> /* SDL_Delay() */
|
||||
|
||||
#include "types.h"
|
||||
#include "cpu.h"
|
||||
|
|
Loading…
Reference in a new issue