| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-06 | fix formatting | itsmeft24 | |
| 2021-12-06 | fix formatting | itsmeft24 | |
| Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
| 2021-12-05 | service/hid: Stub SetNpadCaptureButtonAssignment and ↵ | german77 | |
| ClearNpadCaptureButtonAssignment Used by ring fit adventure 1.2.0 | |||
| 2021-12-05 | loader: Support loading subsdk{8,9} | jam1garner | |
| 2021-12-05 | fix formatting | itsmeft24 | |
| 2021-12-05 | Remove unnecessary includes | itsmeft24 | |
| 2021-12-05 | emit_spirv: Reduce emit_spirv.h include overhead | ameerj | |
| emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on. | |||
| 2021-12-05 | glasm: Move implemented instructions from not_implemented.cpp | ameerj | |
| 2021-12-05 | shader_recompiler: Adjust emit_context includes | ameerj | |
| 2021-12-05 | service/hid: Implement SetNpadJoyAssignmentMode | german77 | |
| 2021-12-05 | Add copyright notice | itsmeft24 | |
| 2021-12-05 | shader_recompiler: Rename backend emit_context files | ameerj | |
| 2021-12-05 | general: Add missing copyright notices | ameerj | |
| 2021-12-05 | Add KCodeMemory to CMakeLists.txt | itsmeft24 | |
| 2021-12-05 | vk_texture_cache: Add ABGR src format check for D24S8 conversions | ameerj | |
| 2021-12-05 | renderer_opengl: Minor refactoring of filter selection | ameerj | |
| 2021-12-05 | texture_cache: Fix image convert dimensions assertion | ameerj | |
| 2021-12-05 | blit_image: Refactor upscale factors usage | ameerj | |
| The image view itself can be queried to see if it is being rescaled or not, removing the need to pass the upscale/down shift factors from the texture cache. | |||
| 2021-12-05 | vk_texture_cache: Add a function to ImageView to check if src image is rescaled | ameerj | |
| 2021-12-05 | blit_image: Refactor ConvertPipeline functions | ameerj | |
| 2021-12-05 | blit_image: Refactor ConvertPipelineEx functions | ameerj | |
| reduces much of the duplication between the color/depth variants | |||
| 2021-12-05 | vk_blit_screen: Minor refactor of filter pipeline selection | ameerj | |
| 2021-12-05 | Revert "Merge pull request #7395 from Morph1984/resolve-comments" | ameerj | |
| This reverts commit d20f91da11fe7c5d5f1bd4f63cc3b4d221be67a4, reversing changes made to 5082712b4e44ebfe48bd587ea2fa38767b7339cb. | |||
| 2021-12-05 | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | itsmeft24 | |
| Used by Skyline modding framework | |||
| 2021-12-05 | core/hid: Add missing controller type | german77 | |
| 2021-12-05 | Merge pull request #7494 from Morph1984/no-time-to-wait | Fernando S | |
| native_clock: Wait for less time in EstimateRDTSCFrequency | |||
| 2021-12-04 | Fixed #7502 | Adam Heinermann | |
| 2021-12-04 | core/hid: Ensure only valid npad are connected | german77 | |
| 2021-12-05 | Address feedback | Feng Chen | |
| 2021-12-04 | Texture Cache: Fix crashes on NVIDIA. | Fernando Sahmkow | |
| 2021-12-03 | Merge pull request #7467 from liushuyu/fix-linux-decoding | bunnei | |
| video_core/codecs: more robust ffmpeg hwdecoder selection logic | |||
| 2021-12-03 | native_clock: Wait for less time in EstimateRDTSCFrequency | Morph | |
| In my testing, waiting for 200ms provided the same level of precision as the previous implementation when estimating the RDTSC frequency. This significantly improves the yuzu executable launch times since we reduced the wait time from 3 seconds to 200 milliseconds. | |||
| 2021-12-03 | Merge pull request #7489 from Morph1984/steady-clock | bunnei | |
| general: Replace high_resolution_clock with steady_clock | |||
| 2021-12-02 | video_core/cmake: link against libva explicitly ... | liushuyu | |
| ... to fix build on Flatpak (and self-builds) | |||
| 2021-12-02 | video_core/codecs: more fixes for VAAPI detection ... | liushuyu | |
| * skip impersonated VAAPI implementaions ("imposter detection") * place VAAPI priority below CUDA/NVDEC/CUVID | |||
| 2021-12-02 | video_core/codec: address comments | liushuyu | |
| 2021-12-02 | video_core/codecs: more robust ffmpeg hwdecoder selection logic | liushuyu | |
| 2021-12-02 | Merge pull request #7490 from Morph1984/stub-album-save-screenshot | bunnei | |
| service: am: ISelfController: Stub SaveCurrentScreenshot | |||
| 2021-12-02 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | |
| - Used by Disney Magical World 2: Enchanted Edition | |||
| 2021-12-02 | Merge pull request #7452 from german77/controller_navigation | Morph | |
| yuzu: Implement basic controller UI navigation | |||
| 2021-12-02 | yuzu: Implement basic controller navigation | german77 | |
| 2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | |
| On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock. | |||
| 2021-12-02 | Support multiple videos playing | Feng Chen | |
| 2021-11-30 | service: friend: Implement GetCompletionEvent | Morph | |
| - Used by Super Bomberman R Online | |||
| 2021-11-29 | Merge pull request #7472 from Morph1984/post-kraken-cleanup | Narr the Reg | |
| core: hid: Post kraken cleanup | |||
| 2021-11-29 | input_common: Fix error with thread name | Narr the Reg | |
| 2021-11-29 | input_interpreter: Make use of NpadButton instead of a u64 | Morph | |
| Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators | |||
| 2021-11-29 | npad: Return NpadButton in GetAndResetPressState | Morph | |
| We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used. | |||
| 2021-11-29 | core: hid: hid_types: Add "All" to NpadButton | Morph | |
| This represents a bitmask for all pressed buttons | |||
| 2021-11-29 | qt_controller: Make use of (Enable/Disable)AllControllerConfiguration | Morph | |
| This also moves the use of DisableConfiguration to the destructor. | |||
