mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 11:37:55 -05:00
android: Add per-game drivers
This commit is contained in:
@ -211,6 +211,8 @@ const char* TranslateCategory(Category category) {
|
||||
case Category::Debugging:
|
||||
case Category::DebuggingGraphics:
|
||||
return "Debugging";
|
||||
case Category::GpuDriver:
|
||||
return "GpuDriver";
|
||||
case Category::Miscellaneous:
|
||||
return "Miscellaneous";
|
||||
case Category::Network:
|
||||
|
Reference in New Issue
Block a user