mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
Address trivial review comments.
This commit is contained in:
parent
0072003a14
commit
4450a2688a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ Most of the development happens on GitHub. It's also where [our central reposito
|
|||
|
||||
If you want to contribute please take a look at the [Contributor's Guide](https://github.com/yuzu-emu/yuzu/wiki/Contributing) and [Developer Information](https://github.com/yuzu-emu/yuzu/wiki/Developer-Information). You should also contact any of the developers on Discord in order to know about the current state of the emulator.
|
||||
|
||||
If you want to contribute to the user interface translation, please checkout [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu). We centralize the translation work there, and periodically upstream translation.
|
||||
If you want to contribute to the user interface translation, please check out the [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu). We centralize translation work there, and periodically upstream translations.
|
||||
|
||||
### Building
|
||||
|
||||
|
|
|
@ -170,8 +170,8 @@ target_sources(yuzu
|
|||
PRIVATE
|
||||
${COMPAT_LIST}
|
||||
${ICONS}
|
||||
${THEMES}
|
||||
${LANGUAGES}
|
||||
${THEMES}
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue