| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-29 | maxwell_to_gl: Rename VertexType() to VertexFormat() | Morph | |
| 2020-06-29 | cmake: fix fmt linking | John Galt | |
| On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking fails. This fixes the issue. Note: This was included in the FindBoost changes I shared with BlinkHawk, however only they were merged. I'm not sure if it was missed, or if there was an issue with this part of the change. | |||
| 2020-06-29 | Merge pull request #4140 from ReinUsesLisp/validation-layers | Rodrigo Locatti | |
| renderer_vulkan: Update validation layer name and test before enabling | |||
| 2020-06-29 | Remove duplicate functions | VolcaEM | |
| 2020-06-29 | Use decimal instead of hexadecimal | VolcaEM | |
| Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com> | |||
| 2020-06-29 | Fix typo | VolcaEM | |
| 2020-06-29 | Clang-format | VolcaEM | |
| 2020-06-29 | service: Update function tables | VolcaEM | |
| 2020-06-28 | core_timing,scheduler: Use std::scoped_lock when possible | ReinUsesLisp | |
| Simplifies the cognitive load of procedures using locks and makes locks safe against exceptions. | |||
| 2020-06-28 | .github: add a new issue template | tgsm | |
| 2020-06-28 | Merge pull request #3955 from FernandoS27/prometheus-2b | bunnei | |
| Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus) | |||
| 2020-06-28 | Merge pull request #4196 from ogniK5377/nrr-nro-fixes | bunnei | |
| ldr: Cleanup NRO & NRR structs | |||
| 2020-06-28 | ldr: Cleanup NRO & NRR structs | David Marcec | |
| 2020-06-28 | Merge pull request #4026 from VolcaEM/ldr | David | |
| ldr: Update NRR/NRO structs | |||
| 2020-06-28 | Merge pull request #4184 from VolcaEM/patch-9 | David | |
| grc: Update function table | |||
| 2020-06-28 | Merge pull request #4185 from VolcaEM/patch-10 | David | |
| lbl: Update function table | |||
| 2020-06-28 | Merge pull request #4186 from VolcaEM/patch-11 | David | |
| ldn: Update function table | |||
| 2020-06-28 | Merge pull request #4187 from VolcaEM/patch-12 | David | |
| mig: Update function table | |||
| 2020-06-28 | Merge pull request #4188 from VolcaEM/patch-13 | David | |
| mm: Update function table | |||
| 2020-06-28 | Merge pull request #4189 from VolcaEM/patch-14 | David | |
| ncm: Update function table | |||
| 2020-06-28 | Merge pull request #4190 from VolcaEM/patch-15 | David | |
| nfc: Update function table | |||
| 2020-06-28 | Merge pull request #4183 from VolcaEM/patch-8 | David | |
| friend: Update function table | |||
| 2020-06-28 | maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types ↵ | Morph | |
| except float | |||
| 2020-06-28 | am: Stub GetIndirectLayerConsumerHandle | David Marcec | |
| Needed by Monster Hunter Generations Ultimate | |||
| 2020-06-28 | maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats | Morph | |
| Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together. | |||
| 2020-06-28 | acc: ListOpenContextStoredUsers partial stub | David Marcec | |
| Needed by Baldur's Gate 1/2 | |||
| 2020-06-27 | Core/Common: Address Feedback. | Fernando Sahmkow | |
| 2020-06-27 | NvFlinger: Clang Format. | Fernando Sahmkow | |
| 2020-06-27 | Build System: Fix GCC & MINGW Build. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵ | Fernando Sahmkow | |
| SetMemoryAttribute32 | |||
| 2020-06-27 | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow | |
| 2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow | |
| 2020-06-27 | ArmDynarmic32: Setup CNTPCT correctly | Fernando Sahmkow | |
| 2020-06-27 | Audio: Correct buffer release for host timing. | Fernando Sahmkow | |
| 2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow | |
| 2020-06-27 | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | Fernando Sahmkow | |
| 2020-06-27 | Externals: Update Dynarmic. | Fernando Sahmkow | |
| 2020-06-27 | Common/NativeClockx86: Reduce native clock accuracy further. | Fernando Sahmkow | |
| 2020-06-27 | Tests/CoreTiming: Correct host timing tests. | Fernando Sahmkow | |
| 2020-06-27 | ARMDynarmicInterface: Correct GCC Build Errors. | Fernando Sahmkow | |
| 2020-06-27 | Common/AtomicOps: Correct GCC Intrinsic argument ordering. | Fernando Sahmkow | |
| 2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | |
| 2020-06-27 | YuzuQT: Hide Speed UI on Multicore. | Fernando Sahmkow | |
| 2020-06-27 | Clang Format. | Fernando Sahmkow | |
| 2020-06-27 | ARMInterface/Externals: Update dynarmic and fit to latest version. | Fernando Sahmkow | |
| 2020-06-27 | ARMInterface: Correct rebase errors. | Fernando Sahmkow | |
| 2020-06-27 | CoreTiming: Correct rebase bugs and other miscellaneous things. | Fernando Sahmkow | |
| 2020-06-27 | Core: Split Microprofile Dynarmic timing per Core | Fernando Sahmkow | |
| 2020-06-27 | General: Tune the priority of main emulation threads so they have higher ↵ | Fernando Sahmkow | |
| priority than less important helper threads. | |||
