diff options
| author | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-08-15 08:54:44 +0300 |
|---|---|---|
| committer | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-08-15 08:54:44 +0300 |
| commit | 458ba46f64da0b4f555a592371ae98ad4cbf40e2 (patch) | |
| tree | 19d4e713abd89fcfcf7a65de37228c4f78868622 /Software/Stubs Collection/stubs/Poweroff_progress.cs | |
| parent | 5a03c18cdb77bcf2da2273d174ae47bb313e1e9f (diff) | |
| download | Tango-458ba46f64da0b4f555a592371ae98ad4cbf40e2.tar.gz Tango-458ba46f64da0b4f555a592371ae98ad4cbf40e2.zip | |
add IFS
Diffstat (limited to 'Software/Stubs Collection/stubs/Poweroff_progress.cs')
| -rw-r--r-- | Software/Stubs Collection/stubs/Poweroff_progress.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/Poweroff_progress.cs b/Software/Stubs Collection/stubs/Poweroff_progress.cs index 24f933ea6..a65e7ccca 100644 --- a/Software/Stubs Collection/stubs/Poweroff_progress.cs +++ b/Software/Stubs Collection/stubs/Poweroff_progress.cs @@ -15,8 +15,8 @@ public void OnExecute(StubManager stubManager) ProgressRequest progressRequest = new ProgressRequest(); -progressRequest.Amount = 0xCF; -progressRequest.Delay = 0xCF; +progressRequest.Amount = 0xCC; +progressRequest.Delay = 1; var response = stubManager.Run<ProgressResponse>(progressRequest); |
