<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/.gitignore, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2023-06-14T20:35:58+00:00</updated>
<entry>
<title>android: Initialize defaults for each orientations</title>
<updated>2023-06-14T20:35:58+00:00</updated>
<author>
<name>Abandoned Cart</name>
<email>twistedumbrella@gmail.com</email>
</author>
<published>2023-06-14T11:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e20c4fbbd46afd94e708da214904052015b35776'/>
<id>urn:sha1:e20c4fbbd46afd94e708da214904052015b35776</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIT: Modify .gitignore to ignore wildcard for build directories</title>
<updated>2022-09-16T17:58:29+00:00</updated>
<author>
<name>Kyle K</name>
<email>190571+Docteh@users.noreply.github.com</email>
</author>
<published>2022-09-16T17:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=49870baea4ccf47a2cc530fd66981805c6c12e5b'/>
<id>urn:sha1:49870baea4ccf47a2cc530fd66981805c6c12e5b</id>
<content type='text'>
Helps if you have multiple build folders. There are other, dark ways to
hide extra build folders from git, but this is better.

See: https://github.com/citra-emu/citra/pull/6130
</content>
</entry>
<entry>
<title>Translate english plurals</title>
<updated>2022-07-30T08:40:33+00:00</updated>
<author>
<name>Kyle Kienapfel</name>
<email>Docteh@users.noreply.github.com</email>
</author>
<published>2022-06-25T04:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7e0afc641c520d85780074ec685fac1d9fc3e215'/>
<id>urn:sha1:7e0afc641c520d85780074ec685fac1d9fc3e215</id>
<content type='text'>
Turns out that for Qt to properly handle plurals in English a
translation needs to be provided, otherwise the user is left with
messages such as "Building: 2 shader(s)"

Plurals for other all other languages are handled on transifex.
I wrote the README.md to just refer to it as a translation
collaboration site just in case we ever switch.

These translations being out of date won't pose any technical problems
so I believe it is fine to handle them manually on a "best effort"
basis.

The files are generated into the source directory so that the
relative filenames are correct. The generated file is added to
.gitignore
</content>
</entry>
<entry>
<title>chore: make yuzu REUSE compliant</title>
<updated>2022-07-27T10:53:49+00:00</updated>
<author>
<name>Andrea Pappacoda</name>
<email>andrea@pappacoda.it</email>
</author>
<published>2022-05-15T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59'/>
<id>urn:sha1:cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59</id>
<content type='text'>
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.

Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.

The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.

Following REUSE has a few advantages over the current approach:

- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
  `.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
  files like binary assets / images is always accurate and up to date

To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.

[REUSE]: https://reuse.software

Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
</content>
</entry>
<entry>
<title>Port #3702 from Citra</title>
<updated>2018-07-26T13:35:24+00:00</updated>
<author>
<name>fearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2018-07-26T13:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9d2a1c6f1218f801b8ef6a683a9d48288516d7c9'/>
<id>urn:sha1:9d2a1c6f1218f801b8ef6a683a9d48288516d7c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port #3513 (partly) from Citra</title>
<updated>2018-07-07T12:23:11+00:00</updated>
<author>
<name>fearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2018-07-07T12:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f2c2383c8b43772abcc29f3f86b64bd53a267d44'/>
<id>urn:sha1:f2c2383c8b43772abcc29f3f86b64bd53a267d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.</title>
<updated>2017-09-30T16:07:57+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-09-30T16:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1f99d53e2c2c7e3f605ee6f57934b3316848c657'/>
<id>urn:sha1:1f99d53e2c2c7e3f605ee6f57934b3316848c657</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add deploy to bintray for builds to master</title>
<updated>2016-12-31T18:54:51+00:00</updated>
<author>
<name>James Rowe</name>
<email>jroweboy@gmail.com</email>
</author>
<published>2016-11-19T20:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b03e7bf28f75636a4f69176c91911687c755b483'/>
<id>urn:sha1:b03e7bf28f75636a4f69176c91911687c755b483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update gitignore with OS-specific global filetypes.</title>
<updated>2014-12-14T22:19:47+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-12-14T22:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=99f1326e818a00785ee9ef48f100db0388b2cab3'/>
<id>urn:sha1:99f1326e818a00785ee9ef48f100db0388b2cab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update gitignore to exclude project/editor files</title>
<updated>2014-11-18T23:16:19+00:00</updated>
<author>
<name>archshift</name>
<email>admin@archshift.com</email>
</author>
<published>2014-11-18T23:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b73cae6b754560ee93725b51d501dd2e9d2730bc'/>
<id>urn:sha1:b73cae6b754560ee93725b51d501dd2e9d2730bc</id>
<content type='text'>
</content>
</entry>
</feed>
