Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | settings: Add option to set BCAT backend | Zach Hilman | 2019-09-30 | 1 | -0/+4 |
| | |||||
* | settings: Add options for managing gamecard emulation | Zach Hilman | 2019-09-21 | 1 | -2/+3 |
| | |||||
* | settings: Add options for setting storage sizes | Zach Hilman | 2019-09-21 | 1 | -0/+29 |
| | |||||
* | Add frametime logging for tracking performance over time | fearlessTobi | 2019-09-10 | 1 | -0/+1 |
| | | | | Co-Authored-By: jroweboy <jroweboy@gmail.com> | ||||
* | yuzu: Remove setting for using Unicorn | Lioncash | 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 | Zach Hilman | 2019-07-04 | 1 | -1/+1 |
|\ | | | | | yuzu: Move CPU Jit setting to Debug tab | ||||
| * | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 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 | Zach Hilman | 2019-06-29 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #2482 from DarkLordZach/prepo | bunnei | 2019-06-21 | 1 | -0/+1 |
|\ | | | | | core: Add detailed local reporting feature for development | ||||
| * | settings: Add 'Reporting Services' config option | Zach Hilman | 2019-05-25 | 1 | -0/+1 |
| | | | | | | | | Full enable/disable for all reports. | ||||
* | | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 2019-05-30 | 1 | -1/+0 |
|/ | |||||
* | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 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 | zarroboogs | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | core/yuzu: Remove enable_nfc setting | fearlessTobi | 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. | bunnei | 2019-03-07 | 1 | -0/+1 |
| | |||||
* | settings: Hide shader cache behind a setting | ReinUsesLisp | 2019-02-07 | 1 | -0/+1 |
| | |||||
* | citra_qt: Log settings on launch | zhupengfei | 2019-01-22 | 1 | -0/+1 |
| | |||||
* | settings: Fix comment structure | Zach Hilman | 2019-01-08 | 1 | -4/+5 |
| | |||||
* | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 2019-01-08 | 1 | -3/+5 |
| | |||||
* | settings: Add custom RTC settings | Zach Hilman | 2019-01-08 | 1 | -0/+3 |
| | | | Stored as signed seconds since epoch. | ||||
* | settings: Store list of disabled add-ons per title ID | Zach Hilman | 2018-12-03 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1747 from DarkLordZach/exefs-lfs | bunnei | 2018-11-24 | 1 | -0/+1 |
|\ | | | | | patch_manager: Add support for applying LayeredFS patches to ExeFS | ||||
| * | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | 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 | Zach Hilman | 2018-11-19 | 1 | -41/+3 |
| | | |||||
* | | settings: Add settings for multiple players and controllers | Zach Hilman | 2018-11-19 | 1 | -3/+48 |
| | | | | | | | | Uses the PlayerInput struct to represent all of the data that constitutes a player. | ||||
* | | settings: Add Native type for keyboard | Zach Hilman | 2018-11-19 | 1 | -0/+210 |
| | | |||||
* | | settings: Add Native type for mouse buttons | Zach Hilman | 2018-11-19 | 1 | -0/+27 |
|/ | |||||
* | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | 2018-11-15 | 1 | -0/+1 |
|\ | | | | | patch_manager: Add support for dumping uncompressed NSOs | ||||
| * | settings: Add setting to control NSO dumping | Zach Hilman | 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 | Zach Hilman | 2018-11-13 | 1 | -1/+1 |
| | | |||||
* | | settings: Add config option to set RNG seed | Zach Hilman | 2018-11-12 | 1 | -0/+2 |
| | | |||||
* | | configure_system: Fix compiler warning | Frederic Laing | 2018-11-06 | 1 | -2/+2 |
|/ | |||||
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 1 | -2/+0 |
| | |||||
* | settings: Add users and current_user settings and remove username | Zach Hilman | 2018-10-24 | 1 | -1/+3 |
| | |||||
* | Added Amiibo support (#1390) | David | 2018-10-24 | 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. | bunnei | 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 | Zach Hilman | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1163 from FearlessTobi/add-audio-stretching | bunnei | 2018-09-13 | 1 | -0/+1 |
|\ | | | | | audio_core: Add audio stretching support | ||||
| * | Add audio stretching support | fearlessTobi | 2018-09-08 | 1 | -0/+1 |
| | | |||||
* | | hid: Implement ReloadInputDevices | fearlessTobi | 2018-09-09 | 1 | -0/+2 |
|/ | |||||
* | settings: Save and load NAND/SD dirs from config | Zach Hilman | 2018-09-04 | 1 | -0/+2 |
| | |||||
* | Port #3353 from Citra | fearlessTobi | 2018-08-21 | 1 | -1/+2 |
| | |||||
* | Merge pull request #849 from DarkLordZach/xci | bunnei | 2018-08-04 | 1 | -0/+2 |
|\ | | | | | XCI and Encrypted NCA Support | ||||
| * | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+2 |
| | | |||||
* | | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 2018-08-03 | 1 | -0/+2 |
|/ | |||||
* | audio_core: Add configuration settings. | bunnei | 2018-08-01 | 1 | -0/+5 |
| | |||||
* | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 2018-05-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks | ||||
* | settings: Remove unused CpuCore class. | bunnei | 2018-03-27 | 1 | -5/+0 |
| | |||||
* | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | config: Add setting for whether the system is docked or not. | bunnei | 2018-03-27 | 1 | -0/+3 |
| | |||||
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+2 |
| | |||||
* | settings: Fix button mappings array to have correct entries. | bunnei | 2018-01-15 | 1 | -2/+6 |
| | |||||
* | settings: Screenshot button | shinyquagsire23 | 2018-01-15 | 1 | -0/+2 |
| | |||||
* | settings: adjust button configs for Switch controllers | shinyquagsire23 | 2018-01-15 | 1 | -17/+50 |
| | |||||
* | Removing unused settings and yuzu rebranding | James Rowe | 2018-01-13 | 1 | -44/+0 |
| | |||||
* | configuration: Add cpu_core configuration option | MerryMage | 2018-01-12 | 1 | -1/+6 |
| | |||||
* | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 1 | -5/+0 |
| | |||||
* | WebService: Verify username and token (#2930) | B3n30 | 2017-09-19 | 1 | -0/+1 |
| | | | | | | | | | | * WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning | ||||
* | Merge pull request #2899 from wwylele/touch-refactor | bunnei | 2017-08-29 | 1 | -0/+1 |
|\ | | | | | Refactor touch input into a TouchDevice | ||||
| * | HID: use TouchDevice for touch pad | wwylele | 2017-08-24 | 1 | -0/+1 |
| | | |||||
* | | settings: Add enable_telemetry, citra_username, and citra_token. | bunnei | 2017-08-26 | 1 | -0/+3 |
| | | |||||
* | | SidebySide Layout (#2859) | ThaMighty90 | 2017-08-25 | 1 | -2/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | * added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking | ||||
* | HID: use MotionDevice for Accelerometer and Gyroscope | wwylele | 2017-08-11 | 1 | -0/+1 |
| | |||||
* | settings: Add telemetry endpoint URL. | bunnei | 2017-07-10 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | 2017-03-22 | 1 | -1/+9 |
|\ | | | | | Add custom layout settings. | ||||
| * | Add custom layout settings. | SonofUgly | 2017-02-23 | 1 | -1/+9 |
| | | |||||
* | | Input: remove unused stuff & clean up | wwylele | 2017-03-01 | 1 | -54/+0 |
| | | | | | | | | | | | | | | 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include | ||||
* | | HID: use AnalogDevice | wwylele | 2017-03-01 | 1 | -0/+14 |
| | | |||||
* | | HID: use ButtonDevice | wwylele | 2017-03-01 | 1 | -0/+44 |
| | | |||||
* | | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | 2017-01-30 | 1 | -0/+5 |
|\ \ | |/ |/| | CAM: build the service framework with a dummy implementation | ||||
| * | CAM: implement basic camera functions with a blank camera | wwylele | 2017-01-11 | 1 | -0/+5 |
| | | |||||
* | | SDL: Select audio device (#2403) | Kloen Lansfiel | 2017-01-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails | ||||
* | | config: Add option for specifying screen resolution scale factor. | bunnei | 2017-01-07 | 1 | -1/+1 |
| | | |||||
* | | Config: auto-select region and language | wwylele | 2016-12-07 | 1 | -0/+4 |
|/ | |||||
* | Implement Frame rate limiter (#2223) | emmauss | 2016-12-06 | 1 | -0/+1 |
| | | | | | | * implement frame limiter * fixes | ||||
* | GPU: Remove the broken frame_skip option. | Emmanuel Gil Peyrot | 2016-11-27 | 1 | -1/+0 |
| | | | | Fixes #1960. | ||||
* | Support additional screen layouts. | James Rowe | 2016-11-05 | 1 | -0/+11 |
| | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -1/+0 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -21/+30 |
| | |||||
* | core: Add configuration option for CPU JIT. | bunnei | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2032 from bunnei/qt-graphics | bunnei | 2016-09-01 | 1 | -0/+1 |
|\ | | | | | Qt graphics configure & V-Sync option | ||||
| * | config: Add a setting for graphics V-Sync. | bunnei | 2016-08-30 | 1 | -0/+1 |
| | | |||||
* | | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | 2016-08-31 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #1789 from wwylele/input-refactor | bunnei | 2016-06-11 | 1 | -5/+17 |
|\ | | | | | Refactor input mapping & implement circle pad modifier | ||||
| * | implement circle pad modifier | wwylele | 2016-05-15 | 1 | -1/+5 |
| | | |||||
| * | Refactor input subsystem | wwylele | 2016-05-15 | 1 | -5/+13 |
| | | |||||
* | | New3DS: Minor style cleanup to #1520. | bunnei | 2016-05-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | 2016-05-24 | 1 | -0/+3 |
|\ \ | |/ |/| | Implement CheckNew3DS and CheckNew3DSApp | ||||
| * | Implement CheckNew3DS and CheckNew3DSApp | JamePeng | 2016-04-20 | 1 | -0/+3 |
| | | | | | | | | | | | | Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field | ||||
* | | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | 2016-04-30 | 1 | -1/+2 |
| | | |||||
* | | Audio: Add sink selection to configuration files | MerryMage | 2016-04-30 | 1 | -0/+3 |
| | | |||||
* | | Config: Add scaled resolution option | tfarley | 2016-04-21 | 1 | -0/+1 |
| | | |||||
* | | CitraQt: Apply config at startup | Jannik Vogel | 2016-04-11 | 1 | -0/+2 |
|/ | |||||
* | Implement gdbstub | polaris- | 2015-10-04 | 1 | -0/+5 |
| | |||||
* | general: Silence some warnings when using clang | Lioncash | 2015-09-16 | 1 | -4/+4 |
| | |||||
* | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 2015-08-16 | 1 | -0/+1 |
| | | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | ||||
* | Move input values into an array | James Rowe | 2015-07-28 | 1 | -23/+31 |
| | |||||
* | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | 2015-05-30 | 1 | -1/+0 |
| | | | | | | | Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files. | ||||
* | INI hw/sw renderer toggle | tfarley | 2015-05-22 | 1 | -0/+2 |
| | |||||
* | Allow the user to set the background clear color during emulation | archshift | 2015-04-04 | 1 | -0/+5 |
| | | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal. | ||||
* | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 1 | -0/+6 |
| | |||||
* | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | 2015-02-11 | 1 | -0/+3 |
|\ | | | | | Services: Stub some functions | ||||
| * | Services: Stub some functions | purpasmart96 | 2015-02-08 | 1 | -0/+3 |
| | | |||||
* | | arm: Adios armemu | Lioncash | 2015-02-01 | 1 | -1/+0 |
|/ | |||||
* | GPU: Implement frameskip and remove forced framebuffer swap hack. | bunnei | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+3 |
| | |||||
* | Merge pull request #159 from SeannyM/enable_log | Tony Wasserka | 2014-11-15 | 1 | -0/+2 |
|\ | | | | | Add support for disabling log from settings | ||||
| * | Add support for disabling log from settings | Sean | 2014-11-03 | 1 | -0/+2 |
| | | |||||
* | | Added `gpu_refresh_rate` config setting for the new interpreter speed hack. | archshift | 2014-10-28 | 1 | -0/+1 |
| | | |||||
* | | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 2014-10-28 | 1 | -0/+5 |
|/ | |||||
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 1 | -0/+2 |
| | | | | Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). | ||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+29 |
Uses QSettings on citra-qt, and inih on citra-cli. |