| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | ||
| * | | | | | | 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 | ||
| * | | | | | | | | | | Disable web applet and warning when compiling for Linux on CI | 2020-11-30 | 1 | -0/+2 | ||
| * | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | hid: Check if applet_resource exists in InitializeVibrationDevice | 2020-11-25 | 1 | -2/+4 | ||
| * | | | | | | | | | | Add missing types to NpadCommunicationMode | 2020-11-28 | 1 | -0/+2 | ||
| * | | | | | | | | | | Merge pull request #5021 from german77/StubCommunicationMode | 2020-11-28 | 4 | -2/+50 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Stub set and get NpadCommunicationMode | 2020-11-26 | 4 | -2/+50 | ||
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | audio_core: Remove temp_mix_buffer | 2020-11-28 | 2 | -3/+1 | ||
| * | | | | | | | | | | Merge pull request #5015 from comex/xx-sign-compare | 2020-11-27 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | tests: Fix warning about comparison between signed and unsigned | 2020-11-27 | 1 | -2/+2 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5011 from lioncash/file-str2 | 2020-11-27 | 1 | -12/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core: Reduce string copies in GetGameFileFromPath() | 2020-11-26 | 1 | -12/+22 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #5014 from comex/xx-invalid-offsetof | 2020-11-27 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | CMakeLists: disable -Winvalid-offsetof | 2020-11-27 | 1 | -0/+1 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | core: Eliminate remaining usages of the global system instance | 2020-11-27 | 21 | -1593/+58 | ||
| * | | | | | | | | | | savedata_factory: Eliminate usage of the global system instance | 2020-11-27 | 4 | -14/+22 | ||
| * | | | | | | | | | | Merge pull request #5018 from lioncash/service-global | 2020-11-27 | 222 | -907/+1221 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | service: Eliminate usages of the global system instance | 2020-11-26 | 222 | -907/+1221 | ||
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | codec: Fix `pragma GCC diagnostic pop` missing corresponding push | 2020-11-26 | 1 | -0/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #4975 from comex/invalid-syncpoint-id | 2020-11-26 | 2 | -13/+20 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | 2020-11-24 | 2 | -13/+20 | ||