| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-15 | KCodeMemory: Mark virtual methods as override | Merry | |
| 2022-07-15 | common_funcs: Mark padding as [[maybe_unused]] | Merry | |
| 2022-07-15 | nvflinger: Polymorphic destructor requried for abstract class IBinder | Merry | |
| 2022-07-15 | dynarmic: Abort watchpoints ASAP | Merry | |
| 2022-07-15 | CopyYuzuQt5Deps: Remove unused dlls | Morph | |
| 2022-07-15 | CMakeLists: Mark WebEngine(Core/Widgets) as required | Morph | |
| Mark these components as required when we are building with QtWebEngine enabled. | |||
| 2022-07-15 | CMakeLists: Add QtConcurrent to required components | Morph | |
| We use QtConcurrent in various places in our Qt frontend, add it to the required components. | |||
| 2022-07-14 | kernel: Ensure all uses of disable_count are balanced | Liam | |
| 2022-07-14 | kernel: be more careful about initialization path for HLE threads | Liam | |
| 2022-07-14 | kernel: fix single-core preemption points | Liam | |
| 2022-07-14 | kernel: fix issues with single core mode | Liam | |
| 2022-07-14 | kernel: use KScheduler from mesosphere | Liam | |
| 2022-07-14 | Merge pull request #8540 from lat9nq/copy-nv-ffmpeg | liamwhite | |
| ci/windows: Copy what of FFmpeg not already present | |||
| 2022-07-14 | Merge pull request #8539 from Morph1984/gha-update-actions | liamwhite | |
| ci: Update various actions from v2 to v3 | |||
| 2022-07-14 | Merge pull request #8571 from merryhime/update-dynarmic | liamwhite | |
| externals: Update dynarmic to 6.1.1 | |||
| 2022-07-14 | Merge pull request #8536 from Morph1984/fix-webapplet-input | liamwhite | |
| qt_web_browser: Fix button inputs with QtWebEngine | |||
| 2022-07-14 | Merge pull request #8510 from german77/vibration | liamwhite | |
| input_common: sdl: lower vibration frequency and use it's own unique thread | |||
| 2022-07-14 | service: fatal: Add function table | german77 | |
| 2022-07-14 | service: btdrv,bcat,btm: Update service tables to 14.0.0 | german77 | |
| 2022-07-14 | service am: Update service tables to 14.0.0 | german77 | |
| 2022-07-14 | service: ac: Replace intances of ProfileData with UserData | german77 | |
| 2022-07-12 | startup_checks: Use WaitForSingleObject and more cleanup | lat9nq | |
| 2022-07-12 | externals: Update dynarmic to 6.1.1 | Merry | |
| Fixes for fast dispatcher | |||
| 2022-07-11 | Merge pull request #8559 from liamwhite/waiter-list | bunnei | |
| kernel: fix usage of waiter_list in Finalize | |||
| 2022-07-10 | core: hid: Add fallback for dualjoycon and pro controllers | german77 | |
| 2022-07-10 | startup_checks: Use GetEnvironmentVariableA | lat9nq | |
| Solves MSVC compile error. Also drops need string use for comparison. | |||
| 2022-07-10 | startup_checks: Clean up | lat9nq | |
| Adds some comments, removes unused includes, and removes last bits of logging since this is before the logging backend starts up. | |||
| 2022-07-10 | startup_checks: Implement unix side code | lat9nq | |
| Wow fork() is nice, isn't it? | |||
| 2022-07-10 | yuzu: Simplify broken Vulkan handling | lat9nq | |
| 2022-07-10 | yuzu: Check Vulkan on startup with a child | lat9nq | |
| 2022-07-10 | yuzu: Rename check_vulkan to startup_checks | lat9nq | |
| 2022-07-10 | Merge pull request #8528 from Morph1984/astc10x6 | Fernando S | |
| renderer_(gl/vk): Implement ASTC_10x6_UNORM | |||
| 2022-07-10 | Merge pull request #8561 from Kelebek1/Audio-CoreTiming | Fernando S | |
| Rework CoreTiming events | |||
| 2022-07-10 | PR | Kelebek1 | |
| 2022-07-10 | Rework CoreTiming | Kelebek1 | |
| 2022-07-10 | Merge pull request #8531 from FernandoS27/core-timing-fix-reg | liamwhite | |
| Core timing: use only one thread. | |||
| 2022-07-09 | common: fix bitfield aliasing on GCC/Clang | Liam | |
| 2022-07-09 | kernel: fix usage of waiter_list in Finalize | Liam | |
| 2022-07-07 | Merge pull request #8501 from liamwhite/backtrace-again | Mai | |
| core/arm: better support for backtrace generation | |||
| 2022-07-07 | Merge pull request #8502 from liamwhite/end-wait | liamwhite | |
| kernel: clean up waiting implementation | |||
| 2022-07-07 | Merge pull request #8492 from german77/no_more_errors | Fernando S | |
| service: hid: Correct some mistakes and add more validations | |||
| 2022-07-07 | Merge pull request #8522 from lat9nq/consolidate-settings | Morph | |
| settings: Consolidate RangedSetting's with regular ones | |||
| 2022-07-06 | guard against div-by-zero | Marshall Mohror | |
| 2022-07-06 | common/x64: Use TSC clock rate from CPUID when available | Marshall Mohror | |
| The current method used to estimate the TSC is fairly accurate - within a few kHz - but the exact value can be extracted from CPUID if available. | |||
| 2022-07-06 | gpu_thread: Use the previous MPSCQueue implementation | Morph | |
| The bounded MPSCQueue implementation causes crashes in Fire Emblem Three Houses, use the previous implementation for now. | |||
| 2022-07-05 | ci/windows: Copy what of FFmpeg not already present | lat9nq | |
| Prevents overwriting libwinpthreads.dll when one should already be present from the first DLL search. | |||
| 2022-07-05 | ci: Update various actions from v2 to v3 | Morph | |
| 2022-07-05 | qt_web_browser: Fix button inputs with QtWebEngine | Morph | |
| Button inputs were broken as button was assumed to be the bit position of NpadButton prior to the input rewrite. Since this was changed to use NpadButton directly, we should count the number of trailing zeros to determine the bit position. | |||
| 2022-07-05 | renderer_(gl/vk): Implement ASTC_10x6_UNORM | Morph | |
| - Used by Monster Hunter Rise Update 10.0.2 | |||
| 2022-07-05 | Merge pull request #8486 from liushuyu/github-actions-verify | Morph | |
| CI: Use GitHub Actions to validate pull requests | |||
