android: Migrate in-game overlay settings to ini

This commit is contained in:
t895 2023-12-24 15:42:28 -05:00
parent c90fc6308c
commit c206e92b35
27 changed files with 1209 additions and 847 deletions

View file

@ -199,6 +199,8 @@ const char* TranslateCategory(Category category) {
case Category::CpuDebug:
case Category::CpuUnsafe:
return "Cpu";
case Category::Overlay:
return "Overlay";
case Category::Renderer:
case Category::RendererAdvanced:
case Category::RendererDebug: