android: Migrate in-game overlay settings to ini
This commit is contained in:
parent
051afd21e7
commit
d163b18208
27 changed files with 1209 additions and 847 deletions
|
@ -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:
|
||||
|
|
|
@ -18,6 +18,7 @@ enum class Category : u32 {
|
|||
Cpu,
|
||||
CpuDebug,
|
||||
CpuUnsafe,
|
||||
Overlay,
|
||||
Renderer,
|
||||
RendererAdvanced,
|
||||
RendererDebug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue