summaryrefslogtreecommitdiff
path: root/src/core/settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* set: implement GetRegionCodeGravatar Dan2020-03-191-0/+1
|
* yuzu: Save sound output mode and set it to Stereo by defaultGravatar FearlessTobi2020-03-171-0/+1
|
* Create an "Advanced" tab in the graphics configuration tab and add ↵Gravatar Morph2020-02-271-0/+1
| | | | anisotropic filtering levels.
* core: settings: Add setting to enable vsync, which is on by default.Gravatar bunnei2020-02-251-0/+1
|
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowGravatar Morph2020-02-131-0/+1
| | | | Available as a drop down within the configure graphics tab.
* settings: Add settings for graphics backendGravatar ReinUsesLisp2020-01-291-0/+9
|
* Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-0/+3
| | | | | | | | An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com>
* settings: Add option to set BCAT backendGravatar Zach Hilman2019-09-301-0/+4
|
* settings: Add options for managing gamecard emulationGravatar Zach Hilman2019-09-211-2/+3
|
* settings: Add options for setting storage sizesGravatar Zach Hilman2019-09-211-0/+29
|
* Add frametime logging for tracking performance over timeGravatar fearlessTobi2019-09-101-0/+1
| | | | Co-Authored-By: jroweboy <jroweboy@gmail.com>
* yuzu: Remove setting for using UnicornGravatar Lioncash2019-07-111-1/+0
| | | | | | | | | | The JIT is mature enough that this setting can be removed, falling back to Unicorn only on unsupported architectures. Any missing features from Unicorn (of which there are extremely few), are mostly developer-oriented, which most users don't care about. Features should be coordinated with the JIT, not the interpreter, anyhow.
* Merge pull request #2669 from FearlessTobi/move-cpujit-settingGravatar Zach Hilman2019-07-041-1/+1
|\ | | | | yuzu: Move CPU Jit setting to Debug tab
| * yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-041-1/+1
| | | | | | | | A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
* | settings: Add config option for kiosk (quest) modeGravatar Zach Hilman2019-06-281-0/+1
|/
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-0/+1
|\ | | | | core: Add detailed local reporting feature for development
| * settings: Add 'Reporting Services' config optionGravatar Zach Hilman2019-05-251-0/+1
| | | | | | | | Full enable/disable for all reports.
* | rasterizer_opengl: Remove OpenGL core profileGravatar ReinUsesLisp2019-05-301-1/+0
|/
* Allow picking a Compatibility Profile for OpenGL.Gravatar Fernando Sahmkow2019-04-201-0/+1
| | | | | | This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq
* added a toggle to force 30fps modeGravatar zarroboogs2019-04-091-0/+1
|
* core/yuzu: Remove enable_nfc settingGravatar fearlessTobi2019-03-291-1/+0
| | | | This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
* settings: Add new graphics setting for use_asynchronous_gpu_emulation.Gravatar bunnei2019-03-061-0/+1
|
* settings: Hide shader cache behind a settingGravatar ReinUsesLisp2019-02-061-0/+1
|
* citra_qt: Log settings on launchGravatar zhupengfei2019-01-221-0/+1
|
* settings: Fix comment structureGravatar Zach Hilman2019-01-071-4/+5
|
* settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-071-3/+5
|
* settings: Add custom RTC settingsGravatar Zach Hilman2019-01-071-0/+3
| | | Stored as signed seconds since epoch.
* settings: Store list of disabled add-ons per title IDGravatar Zach Hilman2018-12-031-0/+5
|
* Merge pull request #1747 from DarkLordZach/exefs-lfsGravatar bunnei2018-11-231-0/+1
|\ | | | | patch_manager: Add support for applying LayeredFS patches to ExeFS
| * settings: Add option to dump ExeFS of games upon launchGravatar Zach Hilman2018-11-201-0/+1
| | | | | | | | When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
* | hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman2018-11-181-41/+3
| |
* | settings: Add settings for multiple players and controllersGravatar Zach Hilman2018-11-181-3/+48
| | | | | | | | Uses the PlayerInput struct to represent all of the data that constitutes a player.
* | settings: Add Native type for keyboardGravatar Zach Hilman2018-11-181-0/+210
| |
* | settings: Add Native type for mouse buttonsGravatar Zach Hilman2018-11-181-0/+27
|/
* Merge pull request #1618 from DarkLordZach/dump-nsoGravatar bunnei2018-11-151-0/+1
|\ | | | | patch_manager: Add support for dumping uncompressed NSOs
| * settings: Add setting to control NSO dumpingGravatar Zach Hilman2018-10-291-0/+1
| | | | | | | | Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
* | svc: Use proper random entropy generation algorithmGravatar Zach Hilman2018-11-131-1/+1
| |
* | settings: Add config option to set RNG seedGravatar Zach Hilman2018-11-111-0/+2
| |
* | configure_system: Fix compiler warningGravatar Frederic Laing2018-11-061-2/+2
|/
* profile_manager: Load user icons, names, and UUIDs from system saveGravatar Zach Hilman2018-10-231-2/+0
|
* settings: Add users and current_user settings and remove usernameGravatar Zach Hilman2018-10-231-1/+3
|
* Added Amiibo support (#1390)Gravatar David2018-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.Gravatar bunnei2018-10-161-1/+1
| | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths.
* settings: Add program_args string settingGravatar Zach Hilman2018-10-071-0/+1
|
* Port web_service from CitraGravatar fearlessTobi2018-10-021-0/+6
|
* Merge pull request #1163 from FearlessTobi/add-audio-stretchingGravatar bunnei2018-09-121-0/+1
|\ | | | | audio_core: Add audio stretching support
| * Add audio stretching supportGravatar fearlessTobi2018-09-081-0/+1
| |
* | hid: Implement ReloadInputDevicesGravatar fearlessTobi2018-09-091-0/+2
|/
* settings: Save and load NAND/SD dirs from configGravatar Zach Hilman2018-09-031-0/+2
|
* Port #3353 from CitraGravatar fearlessTobi2018-08-211-1/+2
|