android: Migrate in-game overlay settings to ini

This commit is contained in:
t895 2023-12-24 15:42:28 -05:00
parent 051afd21e7
commit d163b18208
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:

View file

@ -18,6 +18,7 @@ enum class Category : u32 {
Cpu,
CpuDebug,
CpuUnsafe,
Overlay,
Renderer,
RendererAdvanced,
RendererDebug,