diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -24,7 +24,7 @@ Most of the development happens on GitHub. It's also where [our central reposito | |||
| 24 | 24 | ||
| 25 | 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. | 25 | 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. |
| 26 | 26 | ||
| 27 | 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. | 27 | 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. |
| 28 | 28 | ||
| 29 | ### Building | 29 | ### Building |
| 30 | 30 | ||
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 7257aa701..656096c9f 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -170,8 +170,8 @@ target_sources(yuzu | |||
| 170 | PRIVATE | 170 | PRIVATE |
| 171 | ${COMPAT_LIST} | 171 | ${COMPAT_LIST} |
| 172 | ${ICONS} | 172 | ${ICONS} |
| 173 | ${THEMES} | ||
| 174 | ${LANGUAGES} | 173 | ${LANGUAGES} |
| 174 | ${THEMES} | ||
| 175 | ) | 175 | ) |
| 176 | 176 | ||
| 177 | if (APPLE) | 177 | if (APPLE) |