summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-19core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction ...bunnei
2020-04-18Merge pull request #3719 from jbeich/clangRodrigo Locatti
2020-04-19renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074Jan Beich
2020-04-18vulkan/wrapper: Sort physical devicesReinUsesLisp
2020-04-18cmake: Silence -Werror=implicit-fallthrough in SDL2 headersJan Beich
2020-04-18fixed_pipeline_state: Hash and compare the whole structureReinUsesLisp
2020-04-18fixed_pipeline_state: Pack blending stateReinUsesLisp
2020-04-18fixed_pipeline_state: Pack rasterizer stateReinUsesLisp
2020-04-18fixed_pipeline_state: Pack depth stencil stateReinUsesLisp
2020-04-18fixed_pipeline_state: Pack attribute stateReinUsesLisp
2020-04-18Merge pull request #3716 from bunnei/fix-another-impl-fallthroughMat M
2020-04-18video_core: gl_shader_decompiler: Fix implicit fallthrough errors.bunnei
2020-04-18Merge pull request #3710 from lioncash/nsobunnei
2020-04-18Merge pull request #3715 from bunnei/fix-impl-fallthroughMat M
2020-04-18service: hid: npad: Fix implicit fallthrough errors.bunnei
2020-04-17Merge pull request #3713 from lioncash/timebunnei
2020-04-17Merge pull request #3711 from lioncash/castbunnei
2020-04-17gl_shader_decompiler: Avoid copies where applicableLioncash
2020-04-17time/system_clock_core: Remove unnecessary initializerLioncash
2020-04-17service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constLioncash
2020-04-17service/time: Add virtual destructors where applicableLioncash
2020-04-17service: Remove unused RequestParser instancesLioncash
2020-04-17Merge pull request #3704 from lioncash/fmtbunnei
2020-04-17Merge pull request #3630 from benru/open-windows-network-filesbunnei
2020-04-17memory/slab_heap: Make use of static_cast over reinterpret_castLioncash
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentLioncash
2020-04-17am: Resolve ineffective movesLioncash
2020-04-17Merge pull request #3706 from degasus/fix_fallthrough_errorMat M
2020-04-17video_code: Fix implicit switch fallthrough.Markus Wick
2020-04-17externals: Update fmt to 6.2.0Lioncash
2020-04-17vk_stream_buffer: Fix out of memory on boot on recent Nvidia driversReinUsesLisp
2020-04-17Merge pull request #3703 from yuzu-emu/revert-3656-glsl-full-decompileFernando Sahmkow
2020-04-17Merge pull request #3672 from lioncash/nullFernando Sahmkow
2020-04-17Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL"Rodrigo Locatti
2020-04-17Merge pull request #3666 from bunnei/new-vmmbunnei
2020-04-17Merge pull request #3682 from lioncash/uambunnei
2020-04-17core: hle: Address various feedback & code cleanup.bunnei
2020-04-17core: device_memory: Remove incorrect usage of constexpr.bunnei
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei
2020-04-17kernel: Remove old VMManager class.bunnei
2020-04-17loader: nso: Fix loader size and arguments.bunnei
2020-04-17loader: elf/kip/nro: Updates for new VMM.bunnei
2020-04-17service: ldr: Updates for new VMM.bunnei
2020-04-17kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei
2020-04-17kernel: svc: Updates for new VMM.bunnei
2020-04-17core: memory: Fix memory access on page boundaries.bunnei
2020-04-17video_core: memory_manager: Updates for Common::PageTable changes.bunnei
2020-04-17core: memory: Updates for new VMM.bunnei
2020-04-17common: page_table: Update to use VirtualBuffer and simplify.bunnei
2020-04-17core: gdbstub: Updates for new VMM.bunnei