| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. | 2020-10-28 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #4846 from lioncash/service-fn | 2020-10-28 | 5 | -1/+7 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: Update function tables | 2020-10-27 | 5 | -1/+7 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4851 from ReinUsesLisp/core-threads-race | 2020-10-28 | 1 | -5/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hle/kernel: Remove unused registered_core_threads to fix data races | 2020-10-27 | 1 | -5/+0 | ||
| * | | | | | | | | Merge pull request #4850 from ReinUsesLisp/fiber-ptr-ref | 2020-10-28 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/fiber: Take shared_ptr<Fiber> by copy in YieldTo | 2020-10-28 | 2 | -3/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4849 from ReinUsesLisp/fix-fiber-test | 2020-10-28 | 1 | -31/+40 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tests: Fix data race in fibers test | 2020-10-28 | 1 | -31/+40 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4848 from ReinUsesLisp/type-limits | 2020-10-28 | 2 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | video_core: Enforce -Werror=type-limits | 2020-10-28 | 2 | -1/+2 | ||
| * | | | | | | | | | video_core: Enforce -Wredundant-move and -Wpessimizing-move | 2020-10-28 | 4 | -4/+5 | ||
| |/ / / / / / / / | ||||||
| * / / / / / / / | web_backend: fix a regression introduced in 39c8d18 | 2020-10-27 | 2 | -20/+2 | ||
| |/ / / / / / / | ||||||
| * / / / / / / | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. | 2020-10-26 | 3 | -11/+11 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4729 from ameerj/nvdec-prod | 2020-10-26 | 50 | -310/+3909 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | video_core: NVDEC Implementation | 2020-10-26 | 50 | -310/+3909 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4832 from bunnei/cpu-manager-microprofile-fix | 2020-10-26 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: cpu_manager: Add missing call to MicroProfileOnThreadExit(). | 2020-10-26 | 1 | -0/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4833 from bunnei/timezonemanager-explicit | 2020-10-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hle: services: TimeZoneContentManager: This can be made explicit. | 2020-10-26 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4834 from lioncash/copy-fn | 2020-10-26 | 4 | -7/+9 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | controller: Pass ControllerParameters by reference in ReconfigureControllers() | 2020-10-26 | 4 | -7/+9 | ||
| * | | | | | | Merge pull request #4827 from lioncash/trunc | 2020-10-25 | 1 | -9/+9 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | controller: Convert led_patterns integer literals to bool literals | 2020-10-25 | 1 | -9/+9 | ||
| * | | | | | | | Merge pull request #4828 from lioncash/lockguard | 2020-10-25 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | general: Use template deduction guides for lock_guard | 2020-10-25 | 2 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | applets/profile_select: Resolve a warning in exec() | 2020-10-25 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #4817 from Kewlan/open-single-save-location | 2020-10-24 | 3 | -16/+20 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Don't ask for profile when there's only one. | 2020-10-22 | 3 | -16/+20 | ||
| * | | | | | | | Merge pull request #4816 from Morph1984/controller-disconnect-fix | 2020-10-23 | 1 | -85/+84 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sdl_impl: Fix controller reconnection issues | 2020-10-21 | 1 | -85/+84 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4706 from ReinUsesLisp/cmake-host-shaders | 2020-10-23 | 2 | -12/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core: Fix instances where msbuild always regenerated host shaders | 2020-09-23 | 2 | -12/+7 | ||
| * | | | | | | | | Merge pull request #4792 from bunnei/rtc-fix | 2020-10-22 | 9 | -198/+341 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: time: Update current time with changes to RTC setting. | 2020-10-12 | 9 | -198/+341 | ||
| * | | | | | | | | core: Fix clang build pt.3 | 2020-10-21 | 4 | -16/+6 | ||
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #4811 from lioncash/warn-video | 2020-10-20 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core: Conditially activate relevant compiler warnings | 2020-10-20 | 1 | -2/+4 | ||
| * | | | | | | | | core: Fix clang build pt.2 | 2020-10-20 | 2 | -4/+10 | ||
| * | | | | | | | | Revert "core: Fix clang build" | 2020-10-20 | 104 | -904/+665 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | kernel: Fix build with recent compiler flag changes | 2020-10-20 | 1 | -4/+8 | ||
| * | | | | | | | Merge pull request #4807 from ReinUsesLisp/glasm-robust-ssbo | 2020-10-20 | 3 | -33/+54 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_arb_decompiler: Implement robust buffer operations | 2020-10-20 | 3 | -33/+54 | ||
| * | | | | | | | | Merge pull request #4796 from lioncash/clang | 2020-10-20 | 104 | -665/+904 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Fix clang build | 2020-10-17 | 104 | -665/+904 | ||
| * | | | | | | | | | Merge pull request #4390 from ogniK5377/get-applet-inf-stub | 2020-10-20 | 1 | -1/+11 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Added remaining params | 2020-10-20 | 1 | -1/+4 | ||
| | * | | | | | | | | | nifm: GetAppletInfo stub | 2020-10-20 | 1 | -1/+8 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4809 from Morph1984/mjolnir-p3 | 2020-10-20 | 3 | -25/+23 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | configure_input_player: Fix modifier buttons | 2020-10-20 | 3 | -25/+23 | ||