| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | set: implement GetRegionCode | 2020-03-19 | 1 | -0/+1 | |
| | | |||||
| * | yuzu: Save sound output mode and set it to Stereo by default | 2020-03-17 | 1 | -0/+1 | |
| | | |||||
| * | Create an "Advanced" tab in the graphics configuration tab and add ↵ | 2020-02-27 | 1 | -0/+1 | |
| | | | | | anisotropic filtering levels. | ||||
| * | core: settings: Add setting to enable vsync, which is on by default. | 2020-02-25 | 1 | -0/+1 | |
| | | |||||
| * | Add following aspect ratios: 16:9, 21:9, Stretch to Window | 2020-02-13 | 1 | -0/+1 | |
| | | | | | Available as a drop down within the configure graphics tab. | ||||
| * | settings: Add settings for graphics backend | 2020-01-29 | 1 | -0/+9 | |
| | | |||||
| * | Input: UDP Client to provide motion and touch controls | 2020-01-23 | 1 | -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 backend | 2019-09-30 | 1 | -0/+4 | |
| | | |||||
| * | settings: Add options for managing gamecard emulation | 2019-09-21 | 1 | -2/+3 | |
| | | |||||
| * | settings: Add options for setting storage sizes | 2019-09-21 | 1 | -0/+29 | |
| | | |||||
| * | Add frametime logging for tracking performance over time | 2019-09-10 | 1 | -0/+1 | |
| | | | | | Co-Authored-By: jroweboy <jroweboy@gmail.com> | ||||
| * | yuzu: Remove setting for using Unicorn | 2019-07-11 | 1 | -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-setting | 2019-07-04 | 1 | -1/+1 | |
| |\ | | | | | yuzu: Move CPU Jit setting to Debug tab | ||||
| | * | yuzu: Remove CPU Jit setting from the UI | 2019-07-04 | 1 | -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) mode | 2019-06-28 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #2482 from DarkLordZach/prepo | 2019-06-21 | 1 | -0/+1 | |
| |\ | | | | | core: Add detailed local reporting feature for development | ||||
| | * | settings: Add 'Reporting Services' config option | 2019-05-25 | 1 | -0/+1 | |
| | | | | | | | | | Full enable/disable for all reports. | ||||
| * | | rasterizer_opengl: Remove OpenGL core profile | 2019-05-30 | 1 | -1/+0 | |
| |/ | |||||
| * | Allow picking a Compatibility Profile for OpenGL. | 2019-04-20 | 1 | -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 mode | 2019-04-09 | 1 | -0/+1 | |
| | | |||||
| * | core/yuzu: Remove enable_nfc setting | 2019-03-29 | 1 | -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. | 2019-03-06 | 1 | -0/+1 | |
| | | |||||
| * | settings: Hide shader cache behind a setting | 2019-02-06 | 1 | -0/+1 | |
| | | |||||
| * | citra_qt: Log settings on launch | 2019-01-22 | 1 | -0/+1 | |
| | | |||||
| * | settings: Fix comment structure | 2019-01-07 | 1 | -4/+5 | |
| | | |||||
| * | settings: Use std::chrono::seconds instead of s64 for RTC | 2019-01-07 | 1 | -3/+5 | |
| | | |||||
| * | settings: Add custom RTC settings | 2019-01-07 | 1 | -0/+3 | |
| | | | | Stored as signed seconds since epoch. | ||||
| * | settings: Store list of disabled add-ons per title ID | 2018-12-03 | 1 | -0/+5 | |
| | | |||||
| * | Merge pull request #1747 from DarkLordZach/exefs-lfs | 2018-11-23 | 1 | -0/+1 | |
| |\ | | | | | patch_manager: Add support for applying LayeredFS patches to ExeFS | ||||
| | * | settings: Add option to dump ExeFS of games upon launch | 2018-11-20 | 1 | -0/+1 | |
| | | | | | | | | | When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs. | ||||
| * | | hid: Use player-defined controller type as PREFERRED_CONTROLLER | 2018-11-18 | 1 | -41/+3 | |
| | | | |||||
| * | | settings: Add settings for multiple players and controllers | 2018-11-18 | 1 | -3/+48 | |
| | | | | | | | | | Uses the PlayerInput struct to represent all of the data that constitutes a player. | ||||
| * | | settings: Add Native type for keyboard | 2018-11-18 | 1 | -0/+210 | |
| | | | |||||
| * | | settings: Add Native type for mouse buttons | 2018-11-18 | 1 | -0/+27 | |
| |/ | |||||
| * | Merge pull request #1618 from DarkLordZach/dump-nso | 2018-11-15 | 1 | -0/+1 | |
| |\ | | | | | patch_manager: Add support for dumping uncompressed NSOs | ||||
| | * | settings: Add setting to control NSO dumping | 2018-10-29 | 1 | -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 algorithm | 2018-11-13 | 1 | -1/+1 | |
| | | | |||||
| * | | settings: Add config option to set RNG seed | 2018-11-11 | 1 | -0/+2 | |
| | | | |||||
| * | | configure_system: Fix compiler warning | 2018-11-06 | 1 | -2/+2 | |
| |/ | |||||
| * | profile_manager: Load user icons, names, and UUIDs from system save | 2018-10-23 | 1 | -2/+0 | |
| | | |||||
| * | settings: Add users and current_user settings and remove username | 2018-10-23 | 1 | -1/+3 | |
| | | |||||
| * | Added Amiibo support (#1390) | 2018-10-23 | 1 | -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. | 2018-10-16 | 1 | -1/+1 | |
| | | | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths. | ||||
| * | settings: Add program_args string setting | 2018-10-07 | 1 | -0/+1 | |
| | | |||||
| * | Port web_service from Citra | 2018-10-02 | 1 | -0/+6 | |
| | | |||||
| * | Merge pull request #1163 from FearlessTobi/add-audio-stretching | 2018-09-12 | 1 | -0/+1 | |
| |\ | | | | | audio_core: Add audio stretching support | ||||
| | * | Add audio stretching support | 2018-09-08 | 1 | -0/+1 | |
| | | | |||||
| * | | hid: Implement ReloadInputDevices | 2018-09-09 | 1 | -0/+2 | |
| |/ | |||||
| * | settings: Save and load NAND/SD dirs from config | 2018-09-03 | 1 | -0/+2 | |
| | | |||||
| * | Port #3353 from Citra | 2018-08-21 | 1 | -1/+2 | |
| | | |||||