summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp
2021-06-24Merge pull request #6496 from ameerj/astc-fixesbunnei
2021-06-24Merge pull request #6519 from Wunkolo/mem-size-literalbunnei
2021-06-24hle: hle_helpers: Skip data payload offset checks on TIPC requests.bunnei
2021-06-24hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod...bunnei
2021-06-24hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei
2021-06-24audio_core: common: Bump audio revision to 9.bunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-24Merge pull request #6522 from Morph1984/pragmabunnei
2021-06-24general: Add missing #pragma once directivesMorph
2021-06-24Add missing includes (#6521)Chloe
2021-06-23Fix bold tagSchplee
2021-06-23Fix typo in ReadmeSchplee
2021-06-23Update ReadmeSchplee
2021-06-23Merge pull request #6517 from lioncash/fmtlibbunnei
2021-06-23Merge pull request #6504 from Kelebek1/samples-playedbunnei
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-06-23Merge pull request #6518 from lioncash/funcbunnei
2021-06-23maxwell3d: Add missing return in default SizeInBytes() caseLioncash
2021-06-23externals: Update dynarmic to allow fmt compilation to succeedLioncash