<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/.ci/scripts/windows, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>qt: implement automatic crash dump support</title>
<updated>2023-10-08T15:35:53+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-10-04T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d3997bad9b84579938d8cdb44b1d17cfab7bbcce'/>
<id>d3997bad9b84579938d8cdb44b1d17cfab7bbcce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/mingw: Remove pefile installation step</title>
<updated>2023-07-09T20:07:43+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2023-07-09T20:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f02226283e2401196e8efb52ae0feb0f65e83e60'/>
<id>f02226283e2401196e8efb52ae0feb0f65e83e60</id>
<content type='text'>
This is unnecessary here: pefile is already installed on the container.
This step also causes issues in coming changes to the container.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is unnecessary here: pefile is already installed on the container.
This step also causes issues in coming changes to the container.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Update VulkanSDK and Vulkan-Headers</title>
<updated>2023-07-07T06:04:13+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-07-07T05:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e3937fe8ad7f64406ec1547df4649ed80663819a'/>
<id>e3937fe8ad7f64406ec1547df4649ed80663819a</id>
<content type='text'>
Latest as of this commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest as of this commit
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Download and install Vulkan SDK directly from LunarG</title>
<updated>2023-07-07T06:04:13+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2023-07-07T00:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=eacec2ae125bfc1134e0dd3a9347cf8a51f3b3f1'/>
<id>eacec2ae125bfc1134e0dd3a9347cf8a51f3b3f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup upload.ps1 for GHA</title>
<updated>2023-05-13T22:23:07+00:00</updated>
<author>
<name>Danila Malyutin</name>
<email>danilaml@users.noreply.github.com</email>
</author>
<published>2023-05-13T22:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7325fb054dda17fb56f4485806af3fa06a16c9a5'/>
<id>7325fb054dda17fb56f4485806af3fa06a16c9a5</id>
<content type='text'>
No extra folders are created with ninja generator after previous CMake fixes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No extra folders are created with ninja generator after previous CMake fixes.</pre>
</div>
</content>
</entry>
<entry>
<title>general: fix spelling mistakes</title>
<updated>2023-03-12T15:33:01+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-12T03:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=600f325d87e42f856da58c42a5280f098ebb6e8c'/>
<id>600f325d87e42f856da58c42a5280f098ebb6e8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/windows: Revert to using GCC for MinGW builds</title>
<updated>2022-10-09T21:47:52+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2022-10-09T17:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=682c50715ce3240144507a3b0d965e45c5616c3b'/>
<id>682c50715ce3240144507a3b0d965e45c5616c3b</id>
<content type='text'>
Using MinGW in the future may not be ideal as it does not work very well
with crash dumps (#8682).

Switch back to GCC on MinGW. This also gives CI a way to check GCC 12
(as of writing, or whatever version of mingw-gcc Arch happens to be
shipping on a given week).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using MinGW in the future may not be ideal as it does not work very well
with crash dumps (#8682).

Switch back to GCC on MinGW. This also gives CI a way to check GCC 12
(as of writing, or whatever version of mingw-gcc Arch happens to be
shipping on a given week).
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/windows: Upload debugging symbols</title>
<updated>2022-09-05T01:36:35+00:00</updated>
<author>
<name>lat9nq</name>
<email>lat9nq@gmail.com</email>
</author>
<published>2022-07-30T16:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9dc9e501debda06ff31a3e2fe8875ffa0d94e40b'/>
<id>9dc9e501debda06ff31a3e2fe8875ffa0d94e40b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci,workflows: Enable crash dumps on MSVC builds</title>
<updated>2022-09-05T01:36:34+00:00</updated>
<author>
<name>lat9nq</name>
<email>lat9nq@gmail.com</email>
</author>
<published>2022-07-30T13:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=45b343d1d09f30193a1da52924ee83a834356fae'/>
<id>45b343d1d09f30193a1da52924ee83a834356fae</id>
<content type='text'>
ci/windows: Enable crash dumps on MinGW builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ci/windows: Enable crash dumps on MinGW builds
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Graft source when archiving</title>
<updated>2022-08-09T04:17:30+00:00</updated>
<author>
<name>lat9nq</name>
<email>lat9nq@gmail.com</email>
</author>
<published>2022-07-31T05:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1f7e2d1cadf160d0d516567b6970cdd876c29c6d'/>
<id>1f7e2d1cadf160d0d516567b6970cdd876c29c6d</id>
<content type='text'>
Instead of including yuzu and all the sources it uses directly, include
only what specifically belongs to yuzu. Submodules can be downloaded
separately later using git since a shallow clone includes minimally all
the repository information needed for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of including yuzu and all the sources it uses directly, include
only what specifically belongs to yuzu. Submodules can be downloaded
separately later using git since a shallow clone includes minimally all
the repository information needed for it.
</pre>
</div>
</content>
</entry>
</feed>
