Fixed some grammars and sentences structure. Updates on the answer regarding vary game speed emulation. Also include the Game Compatibility List into the FAQ
parent
63f54336c1
commit
d56c2fe945
1 changed files with 7 additions and 7 deletions
14
FAQ.md
14
FAQ.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
#### What is _Citra_?
|
||||
|
||||
_Citra_ is a work-in-progress _Nintendo 3DS_ emulator started in early 2014. _Citra_ can currently emulate, with varying degrees of success, a wide variety of different homebrew programs and commercial software.
|
||||
_Citra_ is a work-in-progress _Nintendo 3DS_ emulator started in early 2014. _Citra_ can currently emulate, with varying degrees of success, a wide variety of different homebrew applications and commercial software.
|
||||
|
||||
#### What is _Citra_'s License?
|
||||
|
||||
|
@ -24,9 +24,9 @@ Refer to:
|
|||
|
||||
#### Can _Citra_ run _Pokémon_ games?
|
||||
|
||||
Most of Pokémon games work properly but Pokemon X&Y are unplayable (we don't know why yet).
|
||||
Most Pokémon games work properly but Pokémon X/Y is still currently unplayable. (We don't know why yet)
|
||||
|
||||
The ones that do work require a [[System Archives dump|Dumping System Archives and the Shared Fonts from a 3DS Console]] and crashes are common.
|
||||
The ones that do work might requires [[System Archives dump|Dumping System Archives and the Shared Fonts from a 3DS Console]].
|
||||
|
||||
If the console prints the following error log, then the System Archives dump is missing.
|
||||
```
|
||||
|
@ -36,15 +36,15 @@ Debug.Emulated <Critical> core\hle\svc.cpp:SVC::Break:450: Emulated program brok
|
|||
|
||||
#### Can _Citra_ run \[Insert retail game name here\]?
|
||||
|
||||
_Citra_ can, ostensibly, "play" many different games, including _The Legend of Zelda: Ocarina of Time_ and _Animal Crossing_.
|
||||
_Citra_ can, ostensibly, "play" many different games now and more will become playable as development progress further. Some games/apps, however, will not load at all – only showing a black screen. Others, might only show the title screen and then freeze or crash.
|
||||
|
||||
Many games, however, will not load at all – only showing a black screen. Many other games will only show the title screen and then freeze or crash.
|
||||
See our [Game Compatibility List](https://citra-emu.org/game/) for more info. You can also helps us improve the **Game Compatibility List** by doing testing and reviewing the game.
|
||||
|
||||
Note that many games also require certain files to be dumped from a 3DS console. See below for information about files that can be dumped from a 3DS console and used by Citra:
|
||||
* [[Dumping System Archives and the Shared Fonts from a 3DS Console]]
|
||||
* [[Dumping Config Savegame from a 3DS Console]]
|
||||
|
||||
You can expect many games to run slowly, though and to exhibit many gameplay and graphical glitches.
|
||||
You can expect many games to run slowly, though and to exhibit some gameplay and graphical glitches.
|
||||
|
||||
If you're interested in 3DS emulation as an experiment, you may gain something out of trying _Citra_, but if you're simply looking to play games then stick to your 3DS handheld.
|
||||
|
||||
|
@ -63,7 +63,7 @@ Yes; however, it is not configurable via the GUI at the moment. Please refer to
|
|||
_Citra_ can run most games at full speed now thanks to the recent JIT compiler being merged into the official build. Certain parts of videos/cutscenes will still be slower due to JIT compilation not being feature complete yet.
|
||||
However, not all games are created equally and therefore some games will run at full speed while others might suffer from slow emulation.
|
||||
|
||||
*Note: The speed of [GAME] will still depend on the performance of your processor.*
|
||||
*Note: The speed of [GAME] will depend on the **single-core** performance of your processor. Refer to your CPU benchmark in this [graph](https://www.cpubenchmark.net/singleThread.html). If it's below score of 2,000 the [GAME] might not be playable at decent speeds.*
|
||||
|
||||
#### [GAME] runs way too fast, how can I slow down the emulation?
|
||||
Recent versions have a framerate limiter built-in. It can be toggled in the configuration, reachable through the Menu (citra-qt): "Emulation" > "Configure..." > "Graphics" > "Limit Framerate". You may also want to enable V-Sync in the same page if desired.
|
||||
|
|
Loading…
Reference in a new issue