add libretro gitlab CI file

This commit is contained in:
Eric Warmenhoven
2024-08-17 17:09:46 -04:00
parent 458e466f67
commit 992c9fb98c
3 changed files with 140 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "emulator.hpp"
#ifndef __ANDROID__
#if !defined(__ANDROID__) && !defined(__LIBRETRO__)
#include <SDL_filesystem.h>
#endif