Ryujinx-SDL/src/video/android
Sam Lantinga c8e3e0c414 Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found)
Manuel Sabogal

Android NDK defines Vulkan as libvulkan.so, not libvulkan.so.1. This is causing the program to not being able to create a window using SDL_WINDOW_VULKAN.

To fix this issue just change the line http://hg.libsdl.org/SDL/file/bbaec41e93b5/src/video/android/SDL_androidvulkan.c#l53 from "libvulkan.so.1" to "libvulkan.so"
2017-09-06 01:10:10 -07:00
..
SDL_androidclipboard.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidclipboard.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_androidevents.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidevents.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidgl.c Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_androidgl.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_androidkeyboard.c Provide the correct state of the on-screen keyboard to the API (patch from Sylvain) 2017-08-13 21:05:15 -07:00
SDL_androidkeyboard.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidmessagebox.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidmessagebox.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidmouse.c Fixed part of bug 3227 - patch for multiple buttons at the same time not working 2017-08-12 08:06:16 -07:00
SDL_androidmouse.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_androidtouch.c Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
SDL_androidtouch.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_androidvideo.c Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h 2017-08-28 00:43:14 -07:00
SDL_androidvideo.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_androidvulkan.c Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found) 2017-09-06 01:10:10 -07:00
SDL_androidvulkan.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_androidwindow.c Fixed bug 3235 - Make the Android window creation similar to iOS' window creation 2017-08-13 20:55:59 -07:00
SDL_androidwindow.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00