| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | Videocore: Address Feedback & CLANG Format. | Fernando Sahmkow | 2021-07-09 | 2 | -78/+75 |
| * | | | | | | Buffer Cache: Fix High Downloads and don't predownload on Extreme. | Fernando Sahmkow | 2021-07-09 | 4 | -92/+123 |
| | |_|/ / /
|/| | | | |
|
| * | | | | | Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2 | Fernando S | 2021-07-09 | 18 | -146/+289 |
| |\ \ \ \ \ |
|
| | * | | | | | settings, arm_dynarmic, yuzu qt: Move CPU debugging option | lat9nq | 2021-07-08 | 18 | -132/+244 |
| | * | | | | | arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto setting | lat9nq | 2021-07-08 | 1 | -0/+1 |
| | * | | | | | settings, yuzu qt: Add migration code for CPU accuracy | lat9nq | 2021-07-08 | 2 | -1/+10 |
| | * | | | | | arm_dynarmic{32,64}: Fixes from test build | lat9nq | 2021-07-08 | 2 | -18/+5 |
| | * | | | | | core,common,yuzu qt: Add CPU accuracy option 'Auto' | lat9nq | 2021-07-08 | 4 | -16/+50 |
| | |/ / / / |
|
| * | | | / | yuzu qt: config: Only save renderer_debug as a global setting | lat9nq | 2021-07-09 | 1 | -2/+8 |
| | |_|_|/
|/| | | |
|
| * | | | | common/thread_worker: Stop workers on stop_token when waiting | ReinUsesLisp | 2021-07-08 | 1 | -18/+20 |
| * | | | | common/thread_worker: Add support for stateful threads | ReinUsesLisp | 2021-07-08 | 3 | -78/+86 |
| * | | | | common/thread_worker: Simplify logic | FernandoS27 | 2021-07-08 | 1 | -8/+1 |
| * | | | | common/thread_worker: Fix data race | FernandoS27 | 2021-07-08 | 2 | -1/+18 |
| * | | | | common/thread_worker: Use unique function | ReinUsesLisp | 2021-07-08 | 2 | -28/+24 |
| * | | | | common: Add unique function | ReinUsesLisp | 2021-07-08 | 4 | -0/+172 |
| * | | | | common/thread_worker: Add wait for requests method | ReinUsesLisp | 2021-07-08 | 2 | -0/+11 |
| |/ / / |
|
| * | | | Merge pull request #6539 from lat9nq/default-setting | Ameer J | 2021-07-08 | 39 | -790/+940 |
| |\ \ \ |
|
| | * | | | general: Code formatting improvements | lat9nq | 2021-07-08 | 4 | -22/+25 |
| | * | | | config: Read UISettings as basic settings | lat9nq | 2021-07-02 | 1 | -30/+19 |
| | * | | | settings: Set resolution_factor default to 1 | lat9nq | 2021-07-01 | 1 | -1/+1 |
| | * | | | yuzu_cmd: config: Pass a reference in | lat9nq | 2021-06-30 | 2 | -5/+11 |
| | * | | | core, input_common: Miscellaneous fixes | lat9nq | 2021-06-28 | 3 | -5/+8 |
| | * | | | yuzu qt: Make most UISettings a BasicSetting | lat9nq | 2021-06-28 | 12 | -91/+107 |
| | * | | | general: Make most settings a BasicSetting | lat9nq | 2021-06-28 | 32 | -660/+807 |
| | * | | | configuration: Defer to common/settings for per-game settings defaults | lat9nq | 2021-06-26 | 2 | -127/+100 |
| | * | | | common: Force defaults for Settings::Setting's | lat9nq | 2021-06-26 | 1 | -44/+57 |
| * | | | | Out of bound blit (#6531) | Feng Chen | 2021-07-08 | 2 | -58/+35 |
| * | | | | Merge pull request #6564 from Kelebek1/Audio | Morph | 2021-07-08 | 2 | -18/+51 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Support more PCM formats. Fixes Ys IX audio. | Kelebek1 | 2021-07-06 | 2 | -18/+51 |
| * | | | | Merge pull request #6569 from Kelebek1/Vol | Morph | 2021-07-08 | 5 | -75/+81 |
| |\ \ \ \ |
|
| | * | | | | audio_core: Preserve front channel volume after 6 to 2 downmix | Kelebek1 | 2021-07-08 | 5 | -75/+81 |
| * | | | | | Merge pull request #6567 from Kelebek1/Audio2 | bunnei | 2021-07-07 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio. | Kelebek1 | 2021-07-06 | 1 | -1/+1 |
| | | |/ / /
| |/| | | |
|
| * | | | | | util_shaders: Fix BindImageTexture | lat9nq | 2021-07-07 | 1 | -2/+2 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #6562 from Morph1984/flush-behavior | bunnei | 2021-07-07 | 3 | -11/+48 |
| |\ \ \ \ |
|
| | * | | | | common: logging: backend: Close the file after exceeding the write limit | Morph | 2021-07-06 | 1 | -8/+11 |
| | * | | | | common: fs: file: Revert Flush to its previous behavior and add Commit | Morph | 2021-07-06 | 2 | -3/+34 |
| | * | | | | common: fs: file: Flush the file in GetSize | Morph | 2021-07-06 | 1 | -0/+3 |
| | |/ / / |
|
| * | | | | Merge pull request #6497 from FernandoS27/scotty-doesnt-know | bunnei | 2021-07-06 | 13 | -59/+581 |
| |\ \ \ \ |
|
| | * | | | | Texture Cache: Fix collision with multiple overlaps of the same sparse texture. | Fernando Sahmkow | 2021-07-04 | 1 | -1/+6 |
| | * | | | | Texture Cache: Fix GCC & Clang. | Fernando Sahmkow | 2021-07-04 | 2 | -11/+11 |
| | * | | | | Texture Cache: Address feedback. | Fernando Sahmkow | 2021-07-04 | 5 | -18/+37 |
| | * | | | | Texture Cache: Improve accuracy of sparse texture detection. | Fernando Sahmkow | 2021-07-04 | 6 | -131/+342 |
| | * | | | | Texture Cache: Initial Implementation of Sparse Textures. | Fernando Sahmkow | 2021-07-04 | 12 | -23/+310 |
| * | | | | | CMakeLists: Treat -Wsign-compare as an error on GCC/Clang | Morph | 2021-07-06 | 4 | -8/+1 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #6537 from Morph1984/warnings | bunnei | 2021-07-05 | 12 | -58/+27 |
| |\ \ \ \ |
|
| | * | | | | CMakeLists: Disable all warnings for external headers | Morph | 2021-06-28 | 1 | -0/+5 |
| | * | | | | video_core: Remove #pragma warning directives for external headers | Morph | 2021-06-28 | 2 | -15/+0 |
| | * | | | | input_common: Remove #pragma warning directives for external headers | Morph | 2021-06-28 | 2 | -14/+0 |
| | * | | | | CMakeLists: Enforce C4018, C4267, C4305, C4389 | Morph | 2021-06-28 | 1 | -3/+7 |