| Commit message (Expand) | Author | Age | Files | Lines |
| * | Process: Protect TLS region and Modules. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+4 |
| * | General: Add Asserts | Fernando Sahmkow | 2020-06-27 | 4 | -0/+24 |
| * | General: Add better safety for JIT use. | Fernando Sahmkow | 2020-06-27 | 5 | -7/+39 |
| * | SVC: Correct races on physical core switching. | Fernando Sahmkow | 2020-06-27 | 2 | -10/+10 |
| * | NVFlinger: Lock race condition between CPU, Host Timing, VSync. | Fernando Sahmkow | 2020-06-27 | 3 | -0/+11 |
| * | SVC: Add locks to the memory management. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+21 |
| * | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 2020-06-27 | 9 | -33/+84 |
| * | SVC: Cleanup old methods. | Fernando Sahmkow | 2020-06-27 | 1 | -13/+9 |
| * | CPU_Manager: Reconfigre guest threads for dynamrmic downsides | Fernando Sahmkow | 2020-06-27 | 3 | -1/+7 |
| * | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 2020-06-27 | 8 | -54/+116 |
| * | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 2020-06-27 | 3 | -33/+37 |
| * | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow | 2020-06-27 | 8 | -90/+134 |
| * | SVC: Remove global HLE Lock. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+0 |
| * | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre... | Fernando Sahmkow | 2020-06-27 | 5 | -15/+26 |
| * | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 2020-06-27 | 3 | -37/+31 |
| * | HostTiming: Pause the hardware clock on pause. | Fernando Sahmkow | 2020-06-27 | 3 | -1/+8 |
| * | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | 2020-06-27 | 2 | -3/+7 |
| * | CPU_Manager: remove debugging code. | Fernando Sahmkow | 2020-06-27 | 1 | -8/+4 |
| * | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 48 | -696/+1216 |
| * | Merge pull request #3396 from FernandoS27/prometheus-1 | David | 2020-06-28 | 5 | -0/+386 |
| |\ |
|
| | * | Host Timing: Correct clang format. | Fernando Sahmkow | 2020-06-18 | 1 | -1/+0 |
| | * | HostTiming: Correct rebase and implement AddTicks. | Fernando Sahmkow | 2020-06-18 | 2 | -1/+19 |
| | * | Core/HostTiming: Allow events to be advanced manually. | Fernando Sahmkow | 2020-06-18 | 2 | -26/+41 |
| | * | Common/Tests: Address Feedback | Fernando Sahmkow | 2020-06-18 | 4 | -7/+19 |
| | * | Common/Tests: Clang Format. | Fernando Sahmkow | 2020-06-18 | 2 | -4/+6 |
| | * | Common: Refactor & Document Wall clock. | Fernando Sahmkow | 2020-06-18 | 1 | -2/+1 |
| | * | Common: Implement WallClock Interface and implement a native clock for x64 | Fernando Sahmkow | 2020-06-18 | 2 | -14/+11 |
| | * | Tests: Add base tests to host timing | Fernando Sahmkow | 2020-06-18 | 2 | -41/+90 |
| | * | Core: Implement a Host Timer. | Fernando Sahmkow | 2020-06-18 | 5 | -0/+295 |
| * | | Merge pull request #4164 from Kewlan/mute-audio-hotkey | bunnei | 2020-06-27 | 2 | -0/+10 |
| |\ \ |
|
| | * | | Add a "Mute Audio" hotkey | Kewlan | 2020-06-26 | 2 | -0/+10 |
| * | | | Merge pull request #4158 from Morph1984/caps | bunnei | 2020-06-27 | 14 | -57/+69 |
| |\ \ \ |
|
| | * | | | caps_u: Fix GetAlbumContentsFileListForApplication stub | Morph | 2020-06-26 | 1 | -9/+15 |
| | * | | | caps: Use enum classes and check struct sizes on compile time | Morph | 2020-06-26 | 1 | -34/+40 |
| | * | | | caps: Update copyright headers | Morph | 2020-06-26 | 14 | -14/+14 |
| * | | | | Merge pull request #4152 from ogniK5377/ipc-err | bunnei | 2020-06-26 | 1 | -25/+22 |
| |\ \ \ \ |
|
| | * | | | | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | David Marcec | 2020-06-24 | 1 | -25/+22 |
| * | | | | | Merge pull request #4154 from ogniK5377/swkbd-nullptr | bunnei | 2020-06-26 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Prevent nullptr dereference on swkbd error case | David Marcec | 2020-06-25 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | Merge pull request #4178 from VolcaEM/patch-6 | David | 2020-06-27 | 1 | -4/+43 |
| |\ \ \ \ \ |
|
| | * | | | | | Use better names for "Unknown"s | VolcaEM | 2020-06-27 | 1 | -39/+39 |
| | * | | | | | Update function names | VolcaEM | 2020-06-27 | 1 | -4/+4 |
| | * | | | | | es: Update function table | VolcaEM | 2020-06-27 | 1 | -2/+41 |
| | | |/ / /
| |/| | | |
|
| * | | | | | btm: Give better names for unknown functions | David Marcec | 2020-06-27 | 1 | -5/+5 |
| * | | | | | btdrv: Update function table (#4174) | VolcaEM | 2020-06-26 | 1 | -83/+84 |
| * | | | | | bpc: Update function tables (#4173) | VolcaEM | 2020-06-26 | 1 | -7/+13 |
| * | | | | | bcat: Update function tables and add missing classes (#4172) | VolcaEM | 2020-06-26 | 2 | -0/+5 |
| * | | | | | am: Update function tables and add missing classes (#4169) | VolcaEM | 2020-06-26 | 3 | -17/+19 |
| * | | | | | aoc: Update function table (#4170) | VolcaEM | 2020-06-26 | 1 | -0/+1 |
| * | | | | | Merge pull request #4177 from VolcaEM/patch-5 | LC | 2020-06-26 | 1 | -71/+76 |
| |\ \ \ \ \ |
|