Difference between revisions of "Citra"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
==Setup== | ==Setup== | ||
===Plugins and | ===Plugins and Settings=== | ||
'''General settings''' | |||
Citra stores its settings files here: | |||
C:\Users\[Your Username]\AppData\Roaming\Citra\config | |||
You can makes changes to "qt-config.ini" to change settings not available via the GUI | |||
'''''Speedup''''' | |||
Change: | |||
<pre>[Miscellaneous] | |||
log_filter=*:Critical</pre> | |||
'''''Change Default Window Background''''' | |||
Changes the default from white by entering values from 0 to 1 in the relevant rgb values. E.g. the below changes the background to black: | |||
<pre>[Renderer] | |||
use_hw_renderer=true | |||
use_shader_jit=true | |||
resolution_factor=4 | |||
use_vsync=false | |||
toggle_framelimit=true | |||
bg_red=0 | |||
bg_green=0 | |||
bg_blue=0</pre> | |||
'''''Change Key Mappings''''' | |||
You can just type the name of a key to remap to. E.g.: | |||
<pre>[UI] | |||
Shortcuts\Main%20Window\Swap%20Screens\KeySeq=F8 | |||
Shortcuts\Main%20Window\Swap%20Screens\Context=1</pre> | |||
===BIOS=== | ===BIOS=== | ||
Line 54: | Line 91: | ||
===Support Apps for the Emulator=== | ===Support Apps for the Emulator=== | ||
As of V20170306 there is no fullscreen option. You can use this app to force windowed into fullscreen: | |||
[https://github.com/Codeusa/Borderless-Gaming BorderlessGaming - Github] | |||
==Game Specific Considerations== | ==Game Specific Considerations== |
Latest revision as of 21:00, 12 March 2017
Emulated Systems: Nintendo 3DS
Emulator last updated:
Current Official Version:
Overview
Development and History
Variants and Forks
Alternative Emulators
QuickStart
Installation
Download Locations
Pre-requisites
Hardware Considerations
Installation Process
Setup
Plugins and Settings
General settings
Citra stores its settings files here:
C:\Users\[Your Username]\AppData\Roaming\Citra\config
You can makes changes to "qt-config.ini" to change settings not available via the GUI
Speedup
Change:
[Miscellaneous] log_filter=*:Critical
Change Default Window Background
Changes the default from white by entering values from 0 to 1 in the relevant rgb values. E.g. the below changes the background to black:
[Renderer] use_hw_renderer=true use_shader_jit=true resolution_factor=4 use_vsync=false toggle_framelimit=true bg_red=0 bg_green=0 bg_blue=0
Change Key Mappings
You can just type the name of a key to remap to. E.g.:
[UI] Shortcuts\Main%20Window\Swap%20Screens\KeySeq=F8 Shortcuts\Main%20Window\Swap%20Screens\Context=1
BIOS
Available Plugins
Graphics
Audio
Controllers
Netplay/Network
Operation
Hotkeys
Running Game Files
Command Line
Bugs/Glitches
Support Apps for the Emulator
As of V20170306 there is no fullscreen option. You can use this app to force windowed into fullscreen: