@ -9,6 +9,7 @@
# include <common/settings_common.h>
# include <common/settings_common.h>
# include "common/common_types.h"
# include "common/common_types.h"
# include "common/settings_setting.h"
# include "common/settings_setting.h"
# include "common/settings_enums.h"
namespace AndroidSettings {
namespace AndroidSettings {
@ -80,7 +81,8 @@ namespace AndroidSettings {
true } ;
true } ;
Settings : : Setting < bool > perf_overlay_background { linkage , false , " perf_overlay_background " ,
Settings : : Setting < bool > perf_overlay_background { linkage , false , " perf_overlay_background " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true ,
true ,
& show_performance_overlay } ;
& show_performance_overlay } ;
Settings : : Setting < s32 > perf_overlay_position { linkage , 0 , " perf_overlay_position " ,
Settings : : Setting < s32 > perf_overlay_position { linkage , 0 , " perf_overlay_position " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
@ -107,10 +109,23 @@ namespace AndroidSettings {
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true , true ,
& show_performance_overlay } ;
& show_performance_overlay } ;
Settings : : Setting < Settings : : TemperatureUnits > bat_temperature_unit { linkage ,
Settings : : TemperatureUnits : : Celsius ,
" bat_temperature_unit " ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default ,
true , true ,
& show_bat_temperature } ;
Settings : : Setting < bool > show_power_info { linkage , false , " show_power_info " ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
& show_performance_overlay } ;
Settings : : Setting < bool > show_shaders_building { linkage , true , " show_shaders_building " ,
Settings : : Setting < bool > show_shaders_building { linkage , true , " show_shaders_building " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true , true ,
& show_performance_overlay } ;
& show_performance_overlay } ;
Settings : : Setting < bool > show_input_overlay { linkage , true , " show_input_overlay " ,
Settings : : Setting < bool > show_input_overlay { linkage , true , " show_input_overlay " ,
Settings : : Category : : Overlay } ;
Settings : : Category : : Overlay } ;
Settings : : Setting < bool > touchscreen { linkage , true , " touchscreen " ,
Settings : : Setting < bool > touchscreen { linkage , true , " touchscreen " ,
@ -127,12 +142,12 @@ namespace AndroidSettings {
Settings : : Setting < bool > show_device_model { linkage , true , " show_device_model " ,
Settings : : Setting < bool > show_device_model { linkage , true , " show_device_model " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true , true ,
& show_soc _overlay } ;
& show_performance _overlay} ;
Settings : : Setting < bool > show_gpu_model { linkage , true , " show_gpu_model " ,
Settings : : Setting < bool > show_gpu_model { linkage , true , " show_gpu_model " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true , true ,
& show_soc _overlay } ;
& show_performance _overlay} ;
Settings : : Setting < bool > show_soc_model { linkage , true , " show_soc_model " ,
Settings : : Setting < bool > show_soc_model { linkage , true , " show_soc_model " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
@ -142,11 +157,12 @@ namespace AndroidSettings {
Settings : : Setting < bool > show_fw_version { linkage , true , " show_firmware_version " ,
Settings : : Setting < bool > show_fw_version { linkage , true , " show_firmware_version " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true , true ,
& show_soc _overlay} ;
& show_performance _overlay } ;
Settings : : Setting < bool > soc_overlay_background { linkage , false , " soc_overlay_background " ,
Settings : : Setting < bool > soc_overlay_background { linkage , false , " soc_overlay_background " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,
Settings : : Specialization : : Default , true , true ,
Settings : : Specialization : : Default , true ,
true ,
& show_soc_overlay } ;
& show_soc_overlay } ;
Settings : : Setting < s32 > soc_overlay_position { linkage , 2 , " soc_overlay_position " ,
Settings : : Setting < s32 > soc_overlay_position { linkage , 2 , " soc_overlay_position " ,
Settings : : Category : : Overlay ,
Settings : : Category : : Overlay ,