| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3396 from FernandoS27/prometheus-1 | 2020-06-28 | 22 | -3/+1646 | |
| |\ | | | | | Implement SpinLocks, Fibers and a Host Timer | ||||
| | * | Common: Fix non-conan build | 2020-06-26 | 1 | -1/+2 | |
| | | | |||||
| | * | Tests/HostTiming: Correct GCC Compile error. | 2020-06-18 | 1 | -15/+14 | |
| | | | |||||
| | * | Common/Fiber: Address Feedback and Correct Memory leaks. | 2020-06-18 | 2 | -34/+41 | |
| | | | |||||
| | * | Common/Fiber: Implement Rewind on Boost Context. | 2020-06-18 | 2 | -2/+39 | |
| | | | |||||
| | * | Common/uint128: Correct MSVC Compilation in old versions. | 2020-06-18 | 1 | -0/+4 | |
| | | | |||||
| | * | Common/Fiber: Document fiber interexchange. | 2020-06-18 | 1 | -1/+4 | |
| | | | |||||
| | * | Common/Fiber: Implement Rewinding. | 2020-06-18 | 3 | -2/+84 | |
| | | | |||||
| | * | Common/Fiber: Additional corrections to f_context. | 2020-06-18 | 1 | -4/+4 | |
| | | | |||||
| | * | Common/Fiber: Correct f_context based Fibers. | 2020-06-18 | 1 | -6/+8 | |
| | | | |||||
| | * | Host Timing: Correct clang format. | 2020-06-18 | 1 | -1/+0 | |
| | | | |||||
| | * | HostTiming: Correct rebase and implement AddTicks. | 2020-06-18 | 2 | -1/+19 | |
| | | | |||||
| | * | Core/HostTiming: Allow events to be advanced manually. | 2020-06-18 | 4 | -31/+47 | |
| | | | |||||
| | * | Common/Tests: Address Feedback | 2020-06-18 | 9 | -39/+51 | |
| | | | |||||
| | * | Common: Make MinGW build use Windows Fibers instead of fcontext_t | 2020-06-18 | 2 | -4/+4 | |
| | | | |||||
| | * | Common/Tests: Clang Format. | 2020-06-18 | 7 | -31/+41 | |
| | | | |||||
| | * | Common: Correct fcontext fibers. | 2020-06-18 | 1 | -5/+4 | |
| | | | |||||
| | * | Common: Refactor & Document Wall clock. | 2020-06-18 | 6 | -51/+50 | |
| | | | |||||
| | * | Common: Implement WallClock Interface and implement a native clock for x64 | 2020-06-18 | 10 | -40/+378 | |
| | | | |||||
| | * | Tests: Add base tests to host timing | 2020-06-18 | 5 | -43/+243 | |
| | | | |||||
| | * | Core: Implement a Host Timer. | 2020-06-18 | 5 | -0/+295 | |
| | | | |||||
| | * | Common: Polish Fiber class, add comments, asserts and more tests. | 2020-06-18 | 5 | -25/+147 | |
| | | | |||||
| | * | Tests: Add tests for fibers and refactor/fix Fiber class | 2020-06-18 | 4 | -19/+247 | |
| | | | |||||
| | * | Common: Implement a basic Fiber class. | 2020-06-18 | 3 | -0/+204 | |
| | | | |||||
| | * | Common: Implement a basic SpinLock class | 2020-06-18 | 3 | -0/+68 | |
| | | | |||||
| * | | Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-float | 2020-06-27 | 1 | -1/+1 | |
| |\ \ | | | | | | | Fix framebuffer size on fractional scaling display | ||||
| | * | | Fix framebuffer size on fractional scaling display. | 2020-06-16 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Merge pull request #4164 from Kewlan/mute-audio-hotkey | 2020-06-27 | 6 | -3/+17 | |
| |\ \ \ | | | | | | | | | hotkeys: Add a "Mute Audio" hotkey | ||||
| | * | | | Add a "Mute Audio" hotkey | 2020-06-26 | 6 | -3/+17 | |
| | | | | | |||||
| * | | | | Merge pull request #4158 from Morph1984/caps | 2020-06-27 | 14 | -57/+69 | |
| |\ \ \ \ | | | | | | | | | | | caps: Use enum classes and check struct sizes on compile time | ||||
| | * | | | | caps_u: Fix GetAlbumContentsFileListForApplication stub | 2020-06-26 | 1 | -9/+15 | |
| | | | | | | |||||
| | * | | | | caps: Use enum classes and check struct sizes on compile time | 2020-06-26 | 1 | -34/+40 | |
| | | | | | | |||||
| | * | | | | caps: Update copyright headers | 2020-06-26 | 14 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | Updated to "yuzu Emulator Project" | ||||
| * | | | | | Merge pull request #4152 from ogniK5377/ipc-err | 2020-06-26 | 1 | -25/+22 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | ||||
| | * | | | | | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | 2020-06-24 | 1 | -25/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously if applications would send faulty buffers(example homebrew) it would lead to us returning uninitalized data. Switching from ASSERT_MSG to ASSERT_OR_EXECUTE_MSG allows us to have a fail safe to prevent crashes but also continue execution without introducing undefined behavior | ||||
| * | | | | | | Merge pull request #4154 from ogniK5377/swkbd-nullptr | 2020-06-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Prevent nullptr dereference on swkbd error case | ||||
| | * | | | | | | Prevent nullptr dereference on swkbd error case | 2020-06-25 | 1 | -1/+1 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4147 from ReinUsesLisp/hset2-imm | 2020-06-26 | 2 | -21/+75 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | shader/half_set: Implement HSET2_IMM | ||||
| | * | | | | | | | shader/half_set: Implement HSET2_IMM | 2020-06-22 | 2 | -21/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HSET2_IMM. Due to the complexity of the encoding avoid using BitField unions and read the relevant bits from the code itself. This is less error prone. | ||||
| * | | | | | | | | Merge pull request #4178 from VolcaEM/patch-6 | 2020-06-27 | 1 | -4/+43 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | es: Update function table | ||||
| | * | | | | | | | | Use better names for "Unknown"s | 2020-06-27 | 1 | -39/+39 | |
| | | | | | | | | | | |||||
| | * | | | | | | | | Update function names | 2020-06-27 | 1 | -4/+4 | |
| | | | | | | | | | | |||||
| | * | | | | | | | | es: Update function table | 2020-06-27 | 1 | -2/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/ETicket_services | ||||
| * | | | | | | | | | btm: Give better names for unknown functions | 2020-06-27 | 1 | -5/+5 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | btdrv: Update function table (#4174) | 2020-06-26 | 1 | -83/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * btdrv: Update function table | ||||
| * | | | | | | | | | bpc: Update function tables (#4173) | 2020-06-26 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpc: Update function tables This was based on Switchbrew page: https://switchbrew.org/wiki/PCV_services | ||||
| * | | | | | | | | | bcat: Update function tables and add missing classes (#4172) | 2020-06-26 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bcat: Update function tables and add missing classes | ||||
| * | | | | | | | | | am: Update function tables and add missing classes (#4169) | 2020-06-26 | 3 | -17/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * am: Update function tables and add missing classes * Remove comments (1/5) * Remove comments (2/5) * Remove comments (3/5) * Remove comments (4/5) * Remove comments (5/5) * Remove unused classes (1/2) * Remove unused classes (2/2) | ||||
| * | | | | | | | | | aoc: Update function table (#4170) | 2020-06-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aoc: Update function table * Remove comments | ||||
| * | | | | | | | | | Merge pull request #4177 from VolcaEM/patch-5 | 2020-06-26 | 1 | -71/+76 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | btm: Update function tables | ||||