summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | common/thread_worker: Add wait for requests methodGravatar ReinUsesLisp2021-07-082-0/+11
|/ / /
* | | Merge pull request #6539 from lat9nq/default-settingGravatar Ameer J2021-07-0839-790/+940
|\ \ \
| * | | general: Code formatting improvementsGravatar lat9nq2021-07-084-22/+25
| * | | config: Read UISettings as basic settingsGravatar lat9nq2021-07-021-30/+19
| * | | settings: Set resolution_factor default to 1Gravatar lat9nq2021-07-011-1/+1
| * | | yuzu_cmd: config: Pass a reference inGravatar lat9nq2021-06-302-5/+11
| * | | core, input_common: Miscellaneous fixesGravatar lat9nq2021-06-283-5/+8
| * | | yuzu qt: Make most UISettings a BasicSettingGravatar lat9nq2021-06-2812-91/+107
| * | | general: Make most settings a BasicSettingGravatar lat9nq2021-06-2832-660/+807
| * | | configuration: Defer to common/settings for per-game settings defaultsGravatar lat9nq2021-06-262-127/+100
| * | | common: Force defaults for Settings::Setting'sGravatar lat9nq2021-06-261-44/+57
* | | | Out of bound blit (#6531)Gravatar Feng Chen2021-07-082-58/+35
* | | | Merge pull request #6564 from Kelebek1/AudioGravatar Morph2021-07-082-18/+51
|\ \ \ \ | |_|/ / |/| | |
| * | | Support more PCM formats. Fixes Ys IX audio.Gravatar Kelebek12021-07-062-18/+51
* | | | Merge pull request #6569 from Kelebek1/VolGravatar Morph2021-07-085-75/+81
|\ \ \ \
| * | | | audio_core: Preserve front channel volume after 6 to 2 downmixGravatar Kelebek12021-07-085-75/+81
* | | | | Merge pull request #6567 from Kelebek1/Audio2Gravatar bunnei2021-07-071-1/+1
|\ \ \ \ \
| * | | | | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.Gravatar Kelebek12021-07-061-1/+1
| | |/ / / | |/| | |
* | | | | util_shaders: Fix BindImageTextureGravatar lat9nq2021-07-071-2/+2
| |/ / / |/| | |
* | | | Merge pull request #6562 from Morph1984/flush-behaviorGravatar bunnei2021-07-073-11/+48
|\ \ \ \
| * | | | common: logging: backend: Close the file after exceeding the write limitGravatar Morph2021-07-061-8/+11
| * | | | common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2021-07-062-3/+34
| * | | | common: fs: file: Flush the file in GetSizeGravatar Morph2021-07-061-0/+3
| |/ / /
* | | | Merge pull request #6497 from FernandoS27/scotty-doesnt-knowGravatar bunnei2021-07-0613-59/+581
|\ \ \ \
| * | | | Texture Cache: Fix collision with multiple overlaps of the same sparse texture.Gravatar Fernando Sahmkow2021-07-041-1/+6
| * | | | Texture Cache: Fix GCC & Clang.Gravatar Fernando Sahmkow2021-07-042-11/+11
| * | | | Texture Cache: Address feedback.Gravatar Fernando Sahmkow2021-07-045-18/+37
| * | | | Texture Cache: Improve accuracy of sparse texture detection.Gravatar Fernando Sahmkow2021-07-046-131/+342
| * | | | Texture Cache: Initial Implementation of Sparse Textures.Gravatar Fernando Sahmkow2021-07-0412-23/+310
* | | | | CMakeLists: Treat -Wsign-compare as an error on GCC/ClangGravatar Morph2021-07-064-8/+1
| |/ / / |/| | |
* | | | Merge pull request #6537 from Morph1984/warningsGravatar bunnei2021-07-0512-58/+27
|\ \ \ \
| * | | | CMakeLists: Disable all warnings for external headersGravatar Morph2021-06-281-0/+5
| * | | | video_core: Remove #pragma warning directives for external headersGravatar Morph2021-06-282-15/+0
| * | | | input_common: Remove #pragma warning directives for external headersGravatar Morph2021-06-282-14/+0
| * | | | CMakeLists: Enforce C4018, C4267, C4305, C4389Gravatar Morph2021-06-281-3/+7
| * | | | core: Enforce C4242Gravatar Morph2021-06-281-6/+3
| * | | | input_common: Enforce C4242Gravatar Morph2021-06-281-12/+4
| * | | | video_core: Enforce C4242Gravatar Morph2021-06-281-3/+2
| * | | | video_core: Silence signed/unsigned mismatch warningsGravatar Morph2021-06-284-5/+6
* | | | | Merge pull request #6556 from Morph1984/default-miiGravatar bunnei2021-07-051-2/+3
|\ \ \ \ \
| * | | | | service: mii: Retrieve the correct default miis.Gravatar Morph2021-07-041-2/+3
* | | | | | Merge pull request #6540 from Kelebek1/nvdecGravatar Ameer J2021-07-0510-356/+522
|\ \ \ \ \ \
| * | | | | | Slightly refactor NVDEC and codecs for readability and safetyGravatar Kelebek12021-07-0110-356/+522
* | | | | | | Merge pull request #6561 from german77/analog_fixGravatar Morph2021-07-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | input_common: Add missing modifier callback to analog from buttonGravatar german772021-07-051-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | profiler: Fix deprecated functionsGravatar german772021-07-051-4/+5
* | | | | | | Merge pull request #6552 from Morph1984/c4189-msvcGravatar Mai M2021-07-041-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CMakeLists: Enforce C4189Gravatar Morph2021-07-031-0/+1
* | | | | | | TextureCacheOGL: Implement Image Copies for 1D and 1D Array.Gravatar Fernando Sahmkow2021-07-031-0/+26
* | | | | | | TextureCache: Fix 1D to 2D overlapps.Gravatar Fernando Sahmkow2021-07-031-3/+0
| |_|/ / / / |/| | | | |