summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-04Texture Cache: Address feedback.Fernando Sahmkow
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-07-04Merge pull request #6553 from FernandoS27/bite-a-bat-change-the-worldAmeer J
2021-07-04service: mii: Retrieve the correct default miis.Morph
2021-07-03TextureCacheOGL: Implement Image Copies for 1D and 1D Array.Fernando Sahmkow
2021-07-03TextureCache: Fix 1D to 2D overlapps.Fernando Sahmkow
2021-07-03CMakeLists: Enforce C4189Morph
2021-07-03Merge pull request #6498 from Kelebek1/Audiobunnei
2021-07-02config: Read UISettings as basic settingslat9nq
2021-07-01settings: Set resolution_factor default to 1lat9nq
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek1
2021-06-30Merge pull request #6459 from lat9nq/ubuntu-fixesAmeer J
2021-06-30yuzu_cmd: config: Pass a reference inlat9nq
2021-06-29Merge pull request #6471 from lat9nq/dump-as-modMorph
2021-06-28core, input_common: Miscellaneous fixeslat9nq
2021-06-28yuzu qt: Make most UISettings a BasicSettinglat9nq
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-28CMakeLists: Disable all warnings for external headersMorph
2021-06-28video_core: Remove #pragma warning directives for external headersMorph
2021-06-28input_common: Remove #pragma warning directives for external headersMorph
2021-06-28CMakeLists: Enforce C4018, C4267, C4305, C4389Morph
2021-06-28core: Enforce C4242Morph
2021-06-28input_common: Enforce C4242Morph
2021-06-28video_core: Enforce C4242Morph
2021-06-28patch_manager: Do not apply LayeredFS mods when dumpingMorph
2021-06-28filesystem: Open a read-only directory for SDMC modsMorph
2021-06-28core: Simplify SDMC mod loadinglat9nq
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq
2021-06-28yuzu qt: Add option to dump to SDMC directorylat9nq
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph
2021-06-28Merge pull request #6535 from ameerj/insert-fancy-nameMorph
2021-06-28main: Display the instruction set of the running title in the window nameameerj
2021-06-27Decouple audio processing and run at variable rateKelebek1
2021-06-27Merge pull request #6529 from ReinUsesLisp/reaper-fixupsMorph
2021-06-27Merge pull request #6532 from MerryMage/libusb-appleMorph
2021-06-26libusb: Apple is a POSIX systemMerryMage
2021-06-26Merge pull request #6526 from bunnei/doom-updatebunnei
2021-06-26hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.bunnei
2021-06-26configuration: Defer to common/settings for per-game settings defaultslat9nq
2021-06-26common: Force defaults for Settings::Setting'slat9nq
2021-06-26buffer_cache: Only flush downloaded sizeReinUsesLisp
2021-06-26video_core: Enforce C4244ReinUsesLisp
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp
2021-06-26vk_buffer_cache: Silence implicit cast warningsReinUsesLisp
2021-06-26buffer_cache/texture_cache: Make GC functions privateReinUsesLisp
2021-06-26buffer_cache: Silence implicit cast warningReinUsesLisp
2021-06-25Merge pull request #6528 from ReinUsesLisp/device-memoryAmeer J