diff options
| author | AShifter <[email protected]> | 2017-06-11 08:28:32 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-11 08:28:32 -0600 |
| commit | ab67708a62bdf12342de779ca3214e0862aa1e92 (patch) | |
| tree | d882272d4782af1b96c275bc4d5e90003fc70e96 /TimeHACK.Main/obj/Release/TimeHACK.application | |
| parent | 66ad623c598d689e7593a1c88a07430d2de7a630 (diff) | |
| download | histacom2-ab67708a62bdf12342de779ca3214e0862aa1e92.tar.gz histacom2-ab67708a62bdf12342de779ca3214e0862aa1e92.tar.bz2 histacom2-ab67708a62bdf12342de779ca3214e0862aa1e92.zip | |
Fix dial-up sound bug
Play the sound on a different thread, and BAM IT WORKS WOW YOY and also
link the threads so the main thread waits for the sound thread to end
something like that just look at Hack1.cs
Diffstat (limited to 'TimeHACK.Main/obj/Release/TimeHACK.application')
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.application | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index 239ee31..992f820 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -14,7 +14,7 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
- <dsig:DigestValue>LsDLOvhTumFXl7PJEubVKcoSYmgcDMhPb/hPsvwy4hE=</dsig:DigestValue>
+ <dsig:DigestValue>szMAZloBWxVA5ynGbEjxjLRYcK6rY7+H4OymbTTBl/M=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
|
