<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xenia, branch setthreaddesc</title>
<subtitle>Xbox 360 emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/'/>
<entry>
<title>[Base] Call SetThreadDescription to name threads on versions of Windows that support it.</title>
<updated>2020-02-08T20:53:23+00:00</updated>
<author>
<name>Justin Moore</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2020-02-08T20:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=62597728c38fb7fcfb58258596d0270dcfcce266'/>
<id>62597728c38fb7fcfb58258596d0270dcfcce266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'noshbar-unintialised-fileaccess-fix'</title>
<updated>2020-02-08T20:44:26+00:00</updated>
<author>
<name>Justin Moore</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2020-02-08T20:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=1111394c837e1e33fd24d3b72a9cf0c51adad57b'/>
<id>1111394c837e1e33fd24d3b72a9cf0c51adad57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Base] Initialize file 'open_access' flag before using it.</title>
<updated>2020-02-08T20:43:46+00:00</updated>
<author>
<name>noshbar</name>
<email>noshbar@gmail.com</email>
</author>
<published>2019-10-09T13:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=2ce455fc73c229b9a551e44648d028c65fc464ef'/>
<id>2ce455fc73c229b9a551e44648d028c65fc464ef</id>
<content type='text'>
In the 'OpenExisting' function, 'open_access' is used to create the flags for opening the file.
However, it is not set to zero, so could end up being incorrect file modes, potentially even emptying the file for appending, which would be bad.

This simply initialises it to zero first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the 'OpenExisting' function, 'open_access' is used to create the flags for opening the file.
However, it is not set to zero, so could end up being incorrect file modes, potentially even emptying the file for appending, which would be bad.

This simply initialises it to zero first.
</pre>
</div>
</content>
</entry>
<entry>
<title>[D3D12] Cleaner DXBC emission code, port ROV prologue to it</title>
<updated>2020-02-07T06:42:43+00:00</updated>
<author>
<name>Triang3l</name>
<email>triang3l@yandex.ru</email>
</author>
<published>2020-02-07T06:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=85fb028faae183e8dd2630b84d07633abd2edb7f'/>
<id>85fb028faae183e8dd2630b84d07633abd2edb7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[CPU] Change thunk layout and fix Linux thunk misalignment</title>
<updated>2020-02-05T15:49:29+00:00</updated>
<author>
<name>Prism Tutaj</name>
<email>derektutaj@gmail.com</email>
</author>
<published>2019-12-03T05:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=1cce25d5e7ef617cef4e9b4059f5690a6eecdff8'/>
<id>1cce25d5e7ef617cef4e9b4059f5690a6eecdff8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Fix frame leak on context loss.</title>
<updated>2020-02-05T15:48:31+00:00</updated>
<author>
<name>Joel Linn</name>
<email>jl@conductive.de</email>
</author>
<published>2019-12-01T21:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=f0723c211bcfbcc996cf5d802cfcded470d93438'/>
<id>f0723c211bcfbcc996cf5d802cfcded470d93438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Use ticks as frame time instead of file time.</title>
<updated>2020-02-05T15:48:31+00:00</updated>
<author>
<name>Joel Linn</name>
<email>jl@conductive.de</email>
</author>
<published>2019-12-01T20:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=2c9922804157b642767b0ccbad430149229e3d50'/>
<id>2c9922804157b642767b0ccbad430149229e3d50</id>
<content type='text'>
File time is not as accurate as its resolution suggests.
This results in a zero time delta between frames for high fps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File time is not as accurate as its resolution suggests.
This results in a zero time delta between frames for high fps.
</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Add F2 Hotkey to open current git commit in browser</title>
<updated>2020-02-05T15:46:30+00:00</updated>
<author>
<name>illusion98</name>
<email>37698908+illusion98@users.noreply.github.com</email>
</author>
<published>2020-02-01T08:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=c3f3bd8701d1eec435eb7625a2aba2de7047c069'/>
<id>c3f3bd8701d1eec435eb7625a2aba2de7047c069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GPU] Remove repeated word in a comment</title>
<updated>2020-02-02T18:07:51+00:00</updated>
<author>
<name>Triang3l</name>
<email>triang3l@yandex.ru</email>
</author>
<published>2020-02-02T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=211e30d791ed1345ca2c35befdba81fb0f1a0979'/>
<id>211e30d791ed1345ca2c35befdba81fb0f1a0979</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[GPU] Remove unused kConstantInt/Bool shader operands</title>
<updated>2020-02-02T18:05:00+00:00</updated>
<author>
<name>Triang3l</name>
<email>triang3l@yandex.ru</email>
</author>
<published>2020-02-02T18:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=4061445087c06904dfeed307a18cebd8ee3ae6d2'/>
<id>4061445087c06904dfeed307a18cebd8ee3ae6d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
