32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
|
+++
|
||
|
title = "Discord"
|
||
|
+++
|
||
|
|
||
|
Please read our [most common questions](https://citra-emu.org/wiki/faq/) and our [community rules](https://citra-emu.org/rules/) before joining.
|
||
|
|
||
|
Review the following before joining our servers:
|
||
|
|
||
|
* **Piracy is prohibited** Warez/downloading games talk is prohibited. **This includes asking for system files, ROMs, encryption keys, etc.**
|
||
|
|
||
|
* **Do not link or discuss unofficial builds.** Citra does not provide support for unofficial builds. They may introduce new bugs, contain GPL violations, or be a virus.
|
||
|
|
||
|
* **Having trouble with a specific game?** Check our [Game Compatibility List](https://citra-emu.org/game/).
|
||
|
|
||
|
* **Want a quick answer?** Check our [most common questions](https://citra-emu.org/wiki/faq/).
|
||
|
|
||
|
* **Does Citra support network connectivity or online play?** No, Network has not yet been implemented in Citra therefore any online function does not work.
|
||
|
|
||
|
* **Are you planning to make an Android version?** No, not at the moment.
|
||
|
|
||
|
<div id='discordLink' style='margin-top: 5%; display: none;'>
|
||
|
<a href='https://discord.gg/9jgD2y4'>Click here to join our Discord channel.</a>
|
||
|
</div>
|
||
|
|
||
|
<script type='text/javascript'>
|
||
|
$(function() {
|
||
|
setTimeout(function(){
|
||
|
$('#discordLink').show();
|
||
|
}, 5000);
|
||
|
});
|
||
|
</script>
|