summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2669 from FearlessTobi/move-cpujit-settingZach Hilman2019-07-041-1/+1
|\ | | | | yuzu: Move CPU Jit setting to Debug tab
| * yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-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) modeZach Hilman2019-06-291-0/+3
|/
* settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei2019-03-071-0/+4
|
* settings: Hide shader cache behind a settingReinUsesLisp2019-02-071-0/+4
|
* time: Use custom RTC settings if applicable for gameZach Hilman2019-01-081-2/+2
|
* settings: Add custom RTC settingsZach Hilman2019-01-081-0/+6
| | | Stored as signed seconds since epoch.
* qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-1/+1
|
* config: Store and load disabled add-ons listZach Hilman2018-12-031-0/+7
|
* settings: Add option to dump ExeFS of games upon launchZach Hilman2018-11-201-0/+2
| | | | When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
* Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-151-0/+2
|\ | | | | patch_manager: Add support for dumping uncompressed NSOs
| * settings: Add setting to control NSO dumpingZach Hilman2018-10-291-0/+2
| | | | | | | | 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.
* | settings: Add config option to set RNG seedZach Hilman2018-11-121-0/+5
|/
* Added Amiibo support (#1390)David2018-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.bunnei2018-10-161-2/+2
| | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths.
* Review comments - part 3fearlessTobi2018-10-021-1/+1
|
* Port web_service from CitrafearlessTobi2018-10-021-4/+2
|
* Invalid default value of username in yuzu_cmd (#1334)Philippe Babin2018-09-191-1/+1
| | | | | | | | | | * Fix bug where default username value for yuzu_cmd create an userprofile with uninitialize data as username * Fix format * Apply code review changes * Remove nullptr check
* Add audio stretching supportfearlessTobi2018-09-081-0/+6
|
* Port #3353 from CitrafearlessTobi2018-08-211-4/+8
|
* Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-031-0/+10
|
* audio_core: Add configuration settings.bunnei2018-08-011-7/+5
|
* Port #3641 from CitrafearlessTobi2018-07-261-1/+1
|
* settings: Turn docked mode off by default.bunnei2018-07-181-1/+1
|
* Remove some references to CitrafearlessTobi2018-07-061-1/+1
|
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-271-0/+4
|
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-0/+4
|
* default_ini.h: Update from citra to yuzuN00byKing2018-04-041-1/+1
|
* Merge pull request #276 from N00byKing/acctoyuzubunnei2018-04-031-5/+5
|\ | | | | Change Telemetry Names to yuzu and remove links to citra
| * Remove Links to citra ServicesN00byKing2018-03-271-2/+2
| |
| * Change Telemetry Names to yuzuN00byKing2018-03-271-3/+3
| |
* | config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-3/+3
| |
* | config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-271-1/+1
| |
* | config: Add setting for whether the system is docked or not.bunnei2018-03-271-0/+4
|/
* Remove Option for N/3DS from default.iniN00byKing2018-03-231-4/+0
|
* default_ini: change default cpu core to dynarmicValentin Vanelslande2018-03-231-1/+1
|
* Update default_ini.hN00byKing2018-01-171-2/+2
|
* Merge pull request #20 from Andrix44/fixesbunnei2018-01-151-2/+2
|\ | | | | Various fixes
| * Update the internal resolution settingsunknown2018-01-151-2/+2
| |
* | yuzu_cmd: Fix default ini, add screenshot buttonshinyquagsire232018-01-151-1/+2
| |
* | yuzu_cmd: fix default inishinyquagsire232018-01-151-9/+17
|/
* config: Default log filter to trace.bunnei2018-01-131-1/+1
|
* Massive removal of unused modulesJames Rowe2018-01-131-0/+179