mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoBackends:Vulkan: Allow loading custom drivers on Android
... using libadrenotools
This commit is contained in:
parent
35bb663c2a
commit
23bebc5270
24 changed files with 399 additions and 29 deletions
|
@ -163,3 +163,10 @@
|
|||
|
||||
// Subdirs in Config
|
||||
#define GRAPHICSMOD_CONFIG_DIR "GraphicMods"
|
||||
|
||||
// GPU drivers
|
||||
#define GPU_DRIVERS "GpuDrivers"
|
||||
#define GPU_DRIVERS_EXTRACTED "Extracted"
|
||||
#define GPU_DRIVERS_TMP "Tmp"
|
||||
#define GPU_DRIVERS_HOOK "Hook"
|
||||
#define GPU_DRIVERS_FILE_REDIRECT "FileRedirect"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue