Disable SDL dialogs for tvOS and iOS

This commit is contained in:
Semphris
2024-03-30 00:34:29 -04:00
committed by Sam Lantinga
parent 72cf9c0ef4
commit 335fa5d6e4
3 changed files with 5 additions and 7 deletions

View File

@@ -20,8 +20,6 @@
*/
#include "SDL_internal.h"
/* TODO: Macro? */
void SDL_ShowOpenFileDialog(SDL_DialogFileCallback callback, void* userdata, SDL_Window* window, const SDL_DialogFileFilter *filters, const char* default_location, SDL_bool allow_many)
{
SDL_Unsupported();