Browse Source

Address trivial review comments.

nce_cpp
FearlessTobi 6 years ago
parent
commit
1c533f3c4f
  1. 2
      README.md
  2. 2
      src/yuzu/CMakeLists.txt

2
README.md

@ -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 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 ### Building

2
src/yuzu/CMakeLists.txt

@ -170,8 +170,8 @@ target_sources(yuzu
PRIVATE PRIVATE
${COMPAT_LIST} ${COMPAT_LIST}
${ICONS} ${ICONS}
${THEMES}
${LANGUAGES} ${LANGUAGES}
${THEMES}
) )
if (APPLE) if (APPLE)

Loading…
Cancel
Save