forked from moonpower/azahar-UWP
android: Updated custom layout coordinate system to match desktop
This commit is contained in:
committed by
OpenSauce04
parent
6cb61c8ff7
commit
c78e893cd7
@@ -189,17 +189,15 @@ void Config::ReadValues() {
|
||||
ReadSetting("Layout", Settings::values.cardboard_x_shift);
|
||||
ReadSetting("Layout", Settings::values.cardboard_y_shift);
|
||||
|
||||
#ifdef ANDROID
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_layout);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_left);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_top);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_right);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_bottom);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_left);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_top);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_right);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_bottom);
|
||||
#endif
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_x);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_y);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_width);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_top_height);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_x);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_y);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_width);
|
||||
ReadSetting("Layout", Settings::values.custom_portrait_bottom_height);
|
||||
|
||||
// Utility
|
||||
ReadSetting("Utility", Settings::values.dump_textures);
|
||||
|
||||
@@ -210,14 +210,14 @@ custom_portrait_layout =
|
||||
|
||||
# Screen placement when using Custom layout option
|
||||
# 0x, 0y is the top left corner of the render window.
|
||||
custom_portrait_top_left =
|
||||
custom_portrait_top_top =
|
||||
custom_portrait_top_right =
|
||||
custom_portrait_top_bottom =
|
||||
custom_portrait_bottom_left =
|
||||
custom_portrait_bottom_top =
|
||||
custom_portrait_bottom_right =
|
||||
custom_portrait_bottom_bottom =
|
||||
custom_portrait_top_x =
|
||||
custom_portrait_top_y =
|
||||
custom_portrait_top_width =
|
||||
custom_portrait_top_height =
|
||||
custom_portrait_bottom_x =
|
||||
custom_portrait_bottom_y =
|
||||
custom_portrait_bottom_width =
|
||||
custom_portrait_bottom_height =
|
||||
|
||||
# Swaps the prominent screen with the other screen.
|
||||
# For example, if Single Screen is chosen, setting this to 1 will display the bottom screen instead of the top screen.
|
||||
|
||||
Reference in New Issue
Block a user