<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/x64/native_clock.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>Rework time service to fix time passing offline.</title>
<updated>2024-01-24T04:26:55+00:00</updated>
<author>
<name>Kelebek1</name>
<email>eeeedddccc@hotmail.co.uk</email>
</author>
<published>2023-10-29T13:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e4915fb7d2077584a11a15141bc81d28ed2b0125'/>
<id>e4915fb7d2077584a11a15141bc81d28ed2b0125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(wall, native)_clock: Add GetGPUTick</title>
<updated>2023-06-08T01:44:42+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-05-28T21:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=907507886d755fa56099713c4b8f05bb640a8b7d'/>
<id>907507886d755fa56099713c4b8f05bb640a8b7d</id>
<content type='text'>
Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
</pre>
</div>
</content>
</entry>
<entry>
<title>(wall, native)_clock: Rework NativeClock</title>
<updated>2023-06-08T01:44:42+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-04-23T03:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=1492a65454d6a03f641b136cc61e68870be00218'/>
<id>1492a65454d6a03f641b136cc61e68870be00218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64: Simplify RDTSC on non-MSVC compilers</title>
<updated>2023-03-27T21:45:22+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-22T20:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=981bc8aa1c924eabc55f63f9671324c548c72d59'/>
<id>981bc8aa1c924eabc55f63f9671324c548c72d59</id>
<content type='text'>
Co-Authored-By: liamwhite &lt;liamwhite@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: liamwhite &lt;liamwhite@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>native_clock: Wait for 10 seconds instead of 30</title>
<updated>2023-03-08T02:17:46+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-06T01:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=d718eab351292e3c4d168738f9cd543044c335bc'/>
<id>d718eab351292e3c4d168738f9cd543044c335bc</id>
<content type='text'>
It was experimentally determined to be sufficient.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was experimentally determined to be sufficient.
</pre>
</div>
</content>
</entry>
<entry>
<title>native_clock: Use RealTimeClock instead of SteadyClock</title>
<updated>2023-03-08T02:17:46+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-05T07:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c27a626b5bc1aa2ae593f44b0a7c10ae3c979291'/>
<id>c27a626b5bc1aa2ae593f44b0a7c10ae3c979291</id>
<content type='text'>
We want to synchronize RDTSC to real time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to synchronize RDTSC to real time.
</pre>
</div>
</content>
</entry>
<entry>
<title>native_clock: Re-adjust the RDTSC frequency</title>
<updated>2023-03-08T02:17:46+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-05T02:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=dcd13a7566340e80c042da7f626f9747ac71b8a7'/>
<id>dcd13a7566340e80c042da7f626f9747ac71b8a7</id>
<content type='text'>
The RDTSC frequency reported by CPUID is not accurate to its true frequency.
We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RDTSC frequency reported by CPUID is not accurate to its true frequency.
We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed.
</pre>
</div>
</content>
</entry>
<entry>
<title>native_clock: Round RDTSC frequency to the nearest 1000</title>
<updated>2023-03-05T07:36:31+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-03-04T02:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=376a414f5bc6d27e5e0fbda323caf5520436bf39'/>
<id>376a414f5bc6d27e5e0fbda323caf5520436bf39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert Coretiming PRs 8531 and 7454 (#8591)</title>
<updated>2022-07-27T23:47:06+00:00</updated>
<author>
<name>Maide</name>
<email>34639600+Kelebek1@users.noreply.github.com</email>
</author>
<published>2022-07-27T23:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=2e461103790110a3deea6425709b1f7f937085ea'/>
<id>2e461103790110a3deea6425709b1f7f937085ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adress Feedback.</title>
<updated>2022-06-30T08:18:56+00:00</updated>
<author>
<name>Fernando Sahmkow</name>
<email>fsahmkow27@gmail.com</email>
</author>
<published>2022-06-28T23:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=3196d957b02266293b68a60c75c3db9a00faf1f6'/>
<id>3196d957b02266293b68a60c75c3db9a00faf1f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
