aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2023-08-04📝 Update README.mdRngValue
2023-06-03Update README.md (Add Android at builds description) (#10586)Minionguyjpro
2023-05-10Update README.md to remove Skyline license exception.bunnei
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
[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
2022-04-18Clarify the Skyline Emulator license exceptionAndrea Pappacoda
`GPL-3.0-or-later OR MPL-2.0` is an SPDX expression: https://spdx.github.io/spdx-spec/SPDX-license-expressions/ Fixes #8219
2022-03-24Update project license to GPL v3.bunnei
2021-12-06Update README.mdVoid48
2021-07-25Grant a license exception to Skyline Emulator.Fernando Sahmkow
2021-06-23Fix bold tagSchplee
2021-06-23Fix typo in ReadmeSchplee
2021-06-23Update ReadmeSchplee
2021-02-08README Edit for EASchplee
2021-01-06Removed MacOS build linkJeremyStarTM
The MacOS build link was removed in the README.md because it no longer exist.
2020-07-18Address trivial review comments.FearlessTobi
2020-07-18yuzu: Port translation support from CitraFearlessTobi
Co-Authored-By: Weiyi Wang <[email protected]>
2020-07-12Fix Discord invite linkMorph
2020-03-24Update README.mdJames Hughes
2020-03-24Minor ReadMe ChangesJames Hughes
Added Discord shield and direct link to contribution guide
2020-03-01Update README.mdTobias
2019-09-29Remove AppVeyor statusEthan
2019-09-21Update README.md (#2871)MysticExile
* Update README.md * Adress feedback * Add link to our compatability page * Address feedback Co-Authored-By: Morph <[email protected]> * Fix spelling Co-Authored-By: Morph <[email protected]> * Small fix * Removed the mention of a specific game * fix
2019-07-24Fix README change mistake (#2754)Zach Hilman
Fix README change mistake
2019-07-20Update README.mdZach Hilman
2019-07-20Update README.mdFlame Sage
2019-07-20Update README.mdFlame Sage
2019-05-30Remove outdated info about compabilityShalokShalom
2019-03-02Yuzu can render 3D.Nejcraft
Yuzu can now render 3D graphics to some degree.
2018-04-18Technically, yuzu can boot commercial gamesjlachniet
Clarifies the yuzu cannot play commercial games to any reasonable extent, rather than not at all.
2018-01-16Update README.md to include AppVeyor build status.bunnei
2018-01-16Updated Discord link to match website.Flame Sage
2018-01-14Update README.md with Travis link.bunnei
2018-01-13yuzu: Update README.md.bunnei
2017-08-26Fix info about TODO liststone3311
2017-06-28fixing a couple of typosTiago Morais Morgado
2017-06-03Fix FAQ Link in ReadmeAlex Touchet
2017-03-20Removed a linebreak from the README.Christopher J. Gilbert
2017-03-20Adding a linebreak to the README file.Christopher J. Gilbert
2017-03-06New website link updates.Schplee
Fixed the broken links that were a result of the updated website.
2017-01-23Changed FAQ link (#2462)3dsemu
Changed the FAQ link so it leads to the FAQ on the Citra website, instead of the FAQ hosted on GitHub
2016-11-14Change "OS X" to "macOS" in the ReadmePringo
2016-10-31Link to Donation Page in ReadmePringo
Link main site donation page in readme instead of providing further donation info there.
2016-10-29Update Donation Info in ReadmePringo
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-09-21README: Specify master branch for Travis CI badgeYuri Kunde Schlesner
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel
2016-03-03Update Building LinksVitor
Links on README.md don't exist.
2016-02-25Add website to README. Be proud of it!Derek "Turtle" Roe
2016-01-15Update README.mdYuri Kunde Schlesner
2015-07-16Remove webchat link from readmeYuri Kunde Schlesner
Hopefully this should reduce the amount of drive-by spam and annoying support requests in the channel.
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot