add libretro gitlab CI file

This commit is contained in:
Eric Warmenhoven 2024-08-11 19:21:55 -04:00
parent 458e466f67
commit 992c9fb98c
3 changed files with 140 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#include "emulator.hpp"
#ifndef __ANDROID__
#if !defined(__ANDROID__) && !defined(__LIBRETRO__)
#include <SDL_filesystem.h>
#endif