document sdl use in emulator.c

This commit is contained in:
Gwenhael Le Moine 2023-10-03 17:04:24 +02:00
parent ce63fac57e
commit 4898e35a6c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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"