| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | video_core: Resolve more variable shadowing scenarios pt.2 | 2020-12-05 | 39 | -296/+305 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #5124 from lioncash/video-shadow | 2020-12-05 | 42 | -206/+219 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | video_core: Resolve more variable shadowing scenarios | 2020-12-04 | 42 | -206/+219 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #5127 from FearlessTobi/port-5617 | 2020-12-04 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix telemetry-related exit crash from use-after-free | 2020-12-05 | 1 | -3/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5130 from ogniK5377/sys-11.0.0 | 2020-12-05 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | system_version: Update to 11.0.0 | 2020-12-05 | 1 | -6/+6 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5126 from lioncash/deprecated | 2020-12-04 | 1 | -1/+0 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | codec: Remove deprecated usage of AVCodecContext::refcounted_frames | 2020-12-04 | 1 | -1/+0 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #5064 from lioncash/node-shadow | 2020-12-04 | 1 | -75/+77 | ||
| |\ \ \ \ | ||||||
| | * | | | | node: Mark member functions as [[nodiscard]] where applicable | 2020-12-03 | 1 | -29/+29 | ||
| | * | | | | node: Eliminate variable shadowing | 2020-12-03 | 1 | -47/+49 | ||
| * | | | | | Merge pull request #5061 from lioncash/pessimizing | 2020-12-03 | 2 | -11/+11 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vp9/vic: Resolve pessimizing moves | 2020-12-03 | 2 | -11/+11 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4996 from bunnei/use-4jits | 2020-12-03 | 27 | -271/+214 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | kernel: scheduler: Minor cleanup to remove duplicated code. | 2020-11-29 | 2 | -46/+14 | ||
| | * | | | | | kernel: time_manager: Protect access with a mutex. | 2020-11-29 | 2 | -1/+5 | ||
| | * | | | | | common: fiber: Use VirtualBuffer for stack memory. | 2020-11-29 | 1 | -2/+5 | ||
| | * | | | | | hle: kernel: thread: Remove unused "Running" state. | 2020-11-29 | 3 | -21/+9 | ||
| | * | | | | | core: arm: Implement InvalidateCacheRange for CPU cache invalidation. | 2020-11-29 | 12 | -16/+56 | ||
| | * | | | | | hle: kernel: time_manager: Avoid a crash on process exit. | 2020-11-29 | 1 | -1/+4 | ||
| | * | | | | | hle: kernel: AddressArbiter: Remove unused code. | 2020-11-29 | 2 | -9/+0 | ||
| | * | | | | | hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. | 2020-11-29 | 1 | -1/+2 | ||
| | * | | | | | common: fiber: Use boost::context instead of native fibers on Windows. | 2020-11-29 | 3 | -116/+9 | ||
| | * | | | | | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | 2020-11-29 | 15 | -72/+124 | ||
| * | | | | | | Merge pull request #5059 from lioncash/mouse | 2020-12-03 | 3 | -26/+25 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | mouse_poller: Remove unused includes | 2020-12-03 | 1 | -3/+1 | ||
| | * | | | | | mouse_input: Invert conditional in UpdateYuzuSettings() | 2020-12-03 | 1 | -4/+6 | ||
| | * | | | | | mouse_input: Remove two casts and amend some formatting | 2020-12-03 | 1 | -11/+14 | ||
| | * | | | | | mouse_input: Resolve a -Wdocumentation warning | 2020-12-03 | 1 | -1/+1 | ||
| | * | | | | | mouse_input: Remove unused includes | 2020-12-03 | 2 | -7/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5000 from lioncash/audio-error | 2020-12-02 | 29 | -154/+163 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | audio_core: Make shadowing and unused parameters errors | 2020-12-03 | 29 | -154/+163 | ||
| * | | | | | | Merge pull request #5002 from ameerj/nvdec-frameskip | 2020-12-02 | 10 | -340/+234 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Limit queue size to 10 frames | 2020-11-26 | 1 | -0/+4 | ||
| | * | | | | | | Address PR feedback | 2020-11-26 | 4 | -32/+33 | ||
| | * | | | | | | Queue decoded frames, cleanup decoders | 2020-11-25 | 10 | -338/+227 | ||
| * | | | | | | | Merge pull request #4937 from german77/multiUDP | 2020-12-01 | 10 | -267/+420 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add multiple udp server support | 2020-11-25 | 10 | -267/+420 | ||
| * | | | | | | | | Merge pull request #5047 from german77/MouseInput | 2020-12-01 | 1 | -6/+8 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix implicit conversion in mouse input | 2020-11-30 | 1 | -6/+8 | ||
| * | | | | | | | | | Merge pull request #5013 from ReinUsesLisp/vk-early-z | 2020-11-30 | 6 | -11/+19 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_shader_decompiler: Implement force early fragment tests | 2020-11-26 | 6 | -11/+19 | ||
| * | | | | | | | | | | Merge pull request #5045 from lat9nq/disable-applet | 2020-11-30 | 2 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Disable web applet and warning when compiling for Linux on CI | 2020-11-30 | 2 | -1/+3 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4939 from german77/MouseInput | 2020-11-29 | 14 | -277/+793 | ||
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Implement full mouse support | 2020-11-25 | 14 | -277/+793 | ||
| * | | | | | | | | | | Merge pull request #5005 from ReinUsesLisp/div-ceil | 2020-11-29 | 2 | -0/+27 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | common: Add Common::DivCeil and Common::DivCeilLog2 | 2020-11-25 | 2 | -0/+27 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4998 from Morph1984/bioshock-patch | 2020-11-28 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||