Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement macro JIT | David Marcec | 2020-05-30 | 1 | -0/+2 |
| | |||||
* | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | 2020-05-19 | 1 | -0/+2 |
| | | | | | Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them. | ||||
* | core: settings: Add a setting for time zone. | bunnei | 2020-05-11 | 1 | -2/+3 |
| | |||||
* | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | 2020-04-23 | 1 | -0/+2 |
| | |||||
* | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | 2020-04-20 | 1 | -0/+2 |
| | |||||
* | bcat: Disable Boxcat backend by default | FearlessTobi | 2020-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | This commit disables the Boxcat backend by default for new users of yuzu. There's several reasons as to why this is done: 1. Boxcat currently only actually has an impact on 3 games and doesn't influence any core mechanics of them 2. It causes a plethora of issues when enabled such as games like Crash Team Racing, Diablo 3 and Tales of Vesperia not booting at all or hanging 3. It causes https://github.com/yuzu-emu/yuzu/issues/2957 to happen. This makes the configuration menu totally unusable for many Linux users of yuzu I think those points show that currently the negative impact of Boxcat outweighs its benefits and should therefore be disabled by default. For users who are eager to use the extra features provided by it, they can still just turn it on in the settings. | ||||
* | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 2020-02-28 | 1 | -0/+2 |
| | |||||
* | core: settings: Add setting to enable vsync, which is on by default. | bunnei | 2020-02-26 | 1 | -0/+2 |
| | |||||
* | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 2020-02-14 | 1 | -0/+2 |
| | | | | Available as a drop down within the configure graphics tab. | ||||
* | settings: Add settings for graphics backend | ReinUsesLisp | 2020-01-29 | 1 | -0/+6 |
| | |||||
* | Replace GetString with Get function | FearlessTobi | 2020-01-23 | 1 | -2/+2 |
| | | | | This should hopefully fix compilation errors. | ||||
* | Input: UDP Client to provide motion and touch controls | fearlessTobi | 2020-01-23 | 1 | -0/+5 |
| | | | | | | | | 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 | Zach Hilman | 2019-09-30 | 1 | -0/+5 |
| | |||||
* | settings: Add options for managing gamecard emulation | Zach Hilman | 2019-09-21 | 1 | -0/+14 |
| | |||||
* | settings: Add options for setting storage sizes | Zach Hilman | 2019-09-21 | 1 | -0/+9 |
| | |||||
* | Add frametime logging for tracking performance over time | fearlessTobi | 2019-09-10 | 1 | -0/+2 |
| | | | | 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/+2 |
|\ | | | | | core: Add detailed local reporting feature for development | ||||
| * | settings: Add 'Reporting Services' config option | Zach Hilman | 2019-05-25 | 1 | -0/+2 |
| | | | | | | | | Full enable/disable for all reports. | ||||
* | | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 2019-05-30 | 1 | -2/+0 |
| | | |||||
* | | common/file_util: Make ReadFileToString and WriteStringToFile consistent | Lioncash | 2019-05-23 | 1 | -2/+2 |
|/ | | | | | | | | | | | Makes the parameter ordering consistent, and also makes the filename parameter a std::string. A std::string would be constructed anyways with the previous code, as IOFile's only constructor with a filepath is one taking a std::string. We can also make WriteStringToFile's string parameter utilize a std::string_view for the string, making use of our previous changes to IOFile. | ||||
* | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 2019-04-20 | 1 | -0/+2 |
| | | | | | | 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 | ||||
* | 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. | ||||
* | yuzu_cmd/config: Replace C casts with static_cast | ReinUsesLisp | 2019-03-09 | 1 | -4/+5 |
| | |||||
* | yuzu_cmd/config: Silent implicit cast warning | ReinUsesLisp | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | 2019-03-07 | 1 | -0/+2 |
| | |||||
* | settings: Hide shader cache behind a setting | ReinUsesLisp | 2019-02-07 | 1 | -0/+2 |
| | |||||
* | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 2019-01-08 | 1 | -1/+2 |
| | |||||
* | settings: Add custom RTC settings | Zach Hilman | 2019-01-08 | 1 | -2/+9 |
| | | | Stored as signed seconds since epoch. | ||||
* | config: Store and load disabled add-ons list | Zach Hilman | 2018-12-03 | 1 | -0/+18 |
| | |||||
* | 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. | ||||
* | | configure_input_player: Set minimum width on controls | Zach Hilman | 2018-11-19 | 1 | -7/+6 |
| | | |||||
* | | yuzu_cmd/config: Add config deserialization for multiplayer | Zach Hilman | 2018-11-19 | 1 | -37/+254 |
| | | |||||
* | | Correctly sets default system language for yuzu-CLI (#1727) | Schplee | 2018-11-19 | 1 | -0/+2 |
|/ | | | | | | | | | | * Correctly sets default system language for yuzu-CLI A user reported that yuzu_cmd runs games in Japanese rather than the correct default of English (like yuzu-qt does correctly), this change fixes that. * fix clang issue deleted whitespace | ||||
* | 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. | ||||
* | | settings: Add config option to set RNG seed | Zach Hilman | 2018-11-12 | 1 | -0/+7 |
|/ | |||||
* | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 1 | -2/+3 |
| | |||||
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 1 | -18/+2 |
| | |||||
* | settings: Add users and current_user settings and remove username | Zach Hilman | 2018-10-24 | 1 | -3/+19 |
| | |||||
* | 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 | -2/+2 |
| | | | | - This will be used as a catch-all for slow-but-accurate GPU emulation paths. | ||||
* | cmd: Support passing game arguments from command line | Zach Hilman | 2018-10-07 | 1 | -0/+1 |
| | | | | Uses -p (--program) and following string as args. | ||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -0/+8 |
| | |||||
* | Update config.cpp | Valentin Vanelslande | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 2018-09-19 | 1 | -0/+4 |
| | | | | | | | | | | * 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 support | fearlessTobi | 2018-09-08 | 1 | -0/+2 |
| | |||||
* | settings: Save and load NAND/SD dirs from config | Zach Hilman | 2018-09-04 | 1 | -0/+6 |
| | |||||
* | Port #3353 from Citra | fearlessTobi | 2018-08-21 | 1 | -2/+3 |
| | |||||
* | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | audio_core: Add configuration settings. | bunnei | 2018-08-01 | 1 | -0/+5 |
| | |||||
* | file_util: Use an enum class for GetUserPath() | Lioncash | 2018-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | ||||
* | settings: Turn docked mode off by default. | bunnei | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2018-06-27 | 1 | -0/+2 |
| | |||||
* | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-27 | 1 | -3/+3 |
| | |||||
* | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 2018-03-27 | 1 | -2/+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 |
| | |||||
* | yuzu_cmd: change default cpu core to dynarmic | Valentin Vanelslande | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -2/+10 |
| | |||||
* | config: Default log filter to trace. | bunnei | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | 2018-01-13 | 1 | -47/+0 |
| | |||||
* | Get yuzu sdl to start compiling | James Rowe | 2018-01-13 | 1 | -2/+3 |
| | |||||
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -0/+160 |