File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Assets/PatchKit Patcher/Scripts Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ public static float Value
1313 {
1414 float screenScale ;
1515 float screenDpi = Screen . dpi ;
16- if ( screenDpi >= 400 )
16+ if ( screenDpi >= 392 )
1717 {
1818 screenScale = 4 ;
1919 }
20- else if ( screenDpi >= 200 )
20+ else if ( screenDpi >= 196 )
2121 {
2222 screenScale = 2 ;
2323 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public static class Version
55 public const int Major = 3 ;
66 public const int Minor = 17 ;
77 public const int Patch = 9 ;
8- public const int Hotfix = 0 ;
8+ public const int Hotfix = 1 ;
99
1010 public static string Value
1111 {
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 3.17.9.1]
8+ ### Fixed
9+ - Support for HDPI(change of thresholds)
10+
711## [ 3.17.9.0]
812### Added
913- Support HDPI for debug menu
You can’t perform that action at this time.
0 commit comments