<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/Timer.cpp, branch release-prep-2512</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system running time.</title>
<updated>2025-07-25T04:56:10+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-07-24T04:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=62c773ac7517feb9e12b4edb7fda5145b41a34d4'/>
<id>62c773ac7517feb9e12b4edb7fda5145b41a34d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common/Timer: Use YieldProcessor on Windows.</title>
<updated>2025-04-03T20:48:51+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-04-03T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e0e53f3235605c7d402a2c415a9154b3f48a8f97'/>
<id>e0e53f3235605c7d402a2c415a9154b3f48a8f97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Create a PrecisionTimer class.</title>
<updated>2025-04-03T20:48:51+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-03-14T23:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e5c8935acc7fe72fe1d3331caf16c49354afc003'/>
<id>e5c8935acc7fe72fe1d3331caf16c49354afc003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: use std::chrono for GetLocalTimeSinceJan1970 on Windows</title>
<updated>2025-03-16T05:59:45+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-03-16T05:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c1dea828ab311ac68b85136a97695f447b3b2574'/>
<id>c1dea828ab311ac68b85136a97695f447b3b2574</id>
<content type='text'>
Co-authored-by: Shawn Hoffman &lt;godisgovernment@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Shawn Hoffman &lt;godisgovernment@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add TODO for chrono in GetLocalTimeSinceJan1970</title>
<updated>2022-08-07T05:25:30+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-08-07T05:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6e94c20abdbb5284a78afbdca627f1528f78dbc3'/>
<id>6e94c20abdbb5284a78afbdca627f1528f78dbc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "msvc: use std::chrono for GetLocalTimeSinceJan1970"</title>
<updated>2022-08-07T05:22:14+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-08-07T05:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=292724b2280da23a2cebd5682d504a113bc45c83'/>
<id>292724b2280da23a2cebd5682d504a113bc45c83</id>
<content type='text'>
This reverts commit 86da6c98fbd229d87de7cf8b9c7eb94c16923829.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 86da6c98fbd229d87de7cf8b9c7eb94c16923829.
</pre>
</div>
</content>
</entry>
<entry>
<title>Timer: protect usages of ms timers from rollover</title>
<updated>2022-08-03T05:24:06+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-07-18T18:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fec61f89a3bce9bf857a15ed4789629624e66584'/>
<id>fec61f89a3bce9bf857a15ed4789629624e66584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msvc: use std::chrono for GetLocalTimeSinceJan1970</title>
<updated>2022-08-03T05:24:06+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-07-18T08:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=86da6c98fbd229d87de7cf8b9c7eb94c16923829'/>
<id>86da6c98fbd229d87de7cf8b9c7eb94c16923829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: mark as HighQoS, ensure timer resolution is honored</title>
<updated>2022-08-03T05:24:06+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-07-18T07:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b473c3587388e06823c153c4fecc2104bcafedff'/>
<id>b473c3587388e06823c153c4fecc2104bcafedff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move "double time" code into State from Timer</title>
<updated>2022-08-03T05:24:06+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-07-18T03:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3384b1385edba826f56dec3c92c01426e1fcd48d'/>
<id>3384b1385edba826f56dec3c92c01426e1fcd48d</id>
<content type='text'>
Ideally the statesave format could be changed
to just store a u64 in the future
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ideally the statesave format could be changed
to just store a u64 in the future
</pre>
</div>
</content>
</entry>
</feed>
