| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | decode/texture: Collapse loop down into std::generate | 2020-04-16 | 1 | -3/+1 | ||
| | * | | | | | | | | | | | | decode/texture: Eliminate trivial missing field initializer warnings | 2020-04-16 | 1 | -3/+4 | ||
| | * | | | | | | | | | | | | time_zone_manager: Resolve sign conversion warnings | 2020-04-16 | 1 | -2/+2 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3724 from bunnei/fix-unicorn | 2020-04-20 | 1 | -0/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction ... | 2020-04-19 | 1 | -0/+11 | ||
| | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | audio_renderer: Preliminary BehaviorInfo (#3736) | 2020-04-20 | 7 | -13/+249 | ||
| * | | | | | | | | | | | | Merge pull request #3695 from ReinUsesLisp/default-attributes | 2020-04-20 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | maxwell_3d: Initialize format attributes constant as one | 2020-04-16 | 1 | -0/+4 | ||
| * | | | | | | | | | | | | | Merge pull request #3733 from ambasta/patch-2 | 2020-04-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Initialize quad_indexed_pass before uint8_pass | 2020-04-20 | 1 | -1/+1 | ||
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3739 from MerryMage/disable_cpu_opt | 2020-04-20 | 7 | -2/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | dynarmic: Add option to disable CPU JIT optimizations | 2020-04-20 | 7 | -2/+26 | ||
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | npad: Lower log level for VibrateController to Debug | 2020-04-20 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | audren: Lower log level for RequestUpdateImpl to Debug | 2020-04-20 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | Merge pull request #3700 from ReinUsesLisp/stream-buffer-sizes | 2020-04-20 | 2 | -33/+48 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers | 2020-04-17 | 2 | -33/+48 | ||
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3712 from lioncash/remove | 2020-04-20 | 2 | -3/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | service: Remove unused RequestParser instances | 2020-04-17 | 2 | -3/+0 | ||
| * | | | | | | | | | | | | | Merge pull request #3709 from lioncash/am | 2020-04-20 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | am: Resolve ineffective moves | 2020-04-17 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #3729 from lioncash/globals | 2020-04-19 | 3 | -6/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | dma_pusher: Remove reliance on the global system instance | 2020-04-19 | 3 | -6/+11 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3694 from ReinUsesLisp/indexed-quads | 2020-04-19 | 5 | -12/+280 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | vk_compute_pass: Implement indexed quads | 2020-04-16 | 5 | -12/+280 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #3686 from lioncash/table | 2020-04-19 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices | 2020-04-15 | 1 | -3/+3 | ||
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #3696 from lioncash/cast-size | 2020-04-19 | 2 | -21/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | hle_ipc: Remove std::size_t casts where applicable | 2020-04-16 | 2 | -21/+23 | ||
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #3655 from FearlessTobi/ui-retext-yuzu | 2020-04-19 | 3 | -64/+18 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | yuzu/main: Add better popup texts and remove duplicated actions | 2020-04-14 | 3 | -64/+18 | ||
| | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #3679 from lioncash/track | 2020-04-19 | 1 | -5/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | track: Eliminate redundant copies | 2020-04-15 | 1 | -5/+6 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074 | 2020-04-19 | 1 | -3/+3 | ||
| | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #3716 from bunnei/fix-another-impl-fallthrough | 2020-04-18 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: gl_shader_decompiler: Fix implicit fallthrough errors. | 2020-04-18 | 1 | -0/+1 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #3710 from lioncash/nso | 2020-04-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | loader/nso: Resolve moves not occurring in DecompressSegment | 2020-04-17 | 1 | -1/+1 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #3715 from bunnei/fix-impl-fallthrough | 2020-04-18 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service: hid: npad: Fix implicit fallthrough errors. | 2020-04-18 | 1 | -0/+2 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #3713 from lioncash/time | 2020-04-17 | 5 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | time/system_clock_core: Remove unnecessary initializer | 2020-04-17 | 1 | -1/+1 | ||
| | * | | | | | | | | | | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const | 2020-04-17 | 1 | -1/+1 | ||
| | * | | | | | | | | | | service/time: Add virtual destructors where applicable | 2020-04-17 | 3 | -2/+3 | ||
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #3711 from lioncash/cast | 2020-04-17 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | memory/slab_heap: Make use of static_cast over reinterpret_cast | 2020-04-17 | 1 | -2/+2 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #3630 from benru/open-windows-network-files | 2020-04-17 | 1 | -1/+8 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/file_util: Allow access to files on network shares | 2020-04-09 | 1 | -1/+8 | ||
| * | | | | | | | | | | video_code: Fix implicit switch fallthrough. | 2020-04-17 | 1 | -0/+2 | ||
| | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #3703 from yuzu-emu/revert-3656-glsl-full-decompile | 2020-04-17 | 1 | -3/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" | 2020-04-17 | 1 | -3/+1 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||