1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-24 21:16:49 -05:00

android: Add per-game drivers

This commit is contained in:
t895
2023-12-10 20:45:02 -05:00
parent 2fce812026
commit f2eb3c579f
14 changed files with 218 additions and 95 deletions

View File

@@ -26,6 +26,7 @@ enum class Category : u32 {
DataStorage,
Debugging,
DebuggingGraphics,
GpuDriver,
Miscellaneous,
Network,
WebService,