| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-12 | revert to std::sin and std::cos | Chloe Marcec | |
| 2021-02-12 | address issues | Chloe Marcec | |
| 2021-02-12 | audren: Implement I3dl2Reverb | Chloe Marcec | |
| Most notable fix is the voices in Fire Emblem Three Houses | |||
| 2021-02-12 | Merge pull request #5877 from ameerj/res-limit-usage | bunnei | |
| kernel: More accurately utilize resource_limit | |||
| 2021-02-12 | kernel: More accurately reserve and release resources | ameerj | |
| 2021-02-12 | kernel: KScopedReservation implementation | ameerj | |
| This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals. | |||
| 2021-02-12 | kernel: Unify result codes (#5890) | Chloe | |
| * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results | |||
| 2021-02-12 | yuzu: Create screenshot path before capture | lat9nq | |
| Allows screenshots in cases where the screenshots path doesn't already exist. | |||
| 2021-02-11 | Merge pull request #5902 from lioncash/core-warn | bunnei | |
| core: Silence various warnings on Clang 12 | |||
| 2021-02-11 | Merge pull request #5869 from german77/mousePanning | bunnei | |
| input_common: Add mouse panning | |||
| 2021-02-10 | Merge pull request #5908 from Morph1984/swkbd-finalize | bunnei | |
| software_keyboard: Implement Finalize request command | |||
| 2021-02-10 | software_keyboard: Implement Finalize request command | Morph | |
| 2021-02-10 | Merge pull request #5893 from lioncash/input | bunnei | |
| configure_input_player_widget: Minor cleanup | |||
| 2021-02-09 | Merge pull request #5904 from lat9nq/common-sized-dealloc | LC | |
| common: Add -fsized-deallocation as a Clang flag | |||
| 2021-02-09 | Merge pull request #5905 from lat9nq/core-sized-dealloc | LC | |
| core: Add -fsized-dealloction as a Clang flag | |||
| 2021-02-09 | Merge pull request #5903 from lat9nq/config-silence-warns | LC | |
| configure_input_player_widget: Silence unused variable warnings | |||
| 2021-02-09 | cmake: Update FFmpeg to 4.3.1 | lat9nq | |
| Download FFmpeg package version 4.3.1. Uses a file defined within the package to determine with DLLs to copy. Also corrects a submodule name. | |||
| 2021-02-09 | configure_input_player_widget: Silence unused variable warnings | lat9nq | |
| Prevents clang 11 from throwing an error since these variables are unused. | |||
| 2021-02-09 | common: Add -fsized-deallocation as a Clang flag | lat9nq | |
| Prevents an operator delete error when compiling with Clang 11. | |||
| 2021-02-09 | core: Add -fsized-dealloction as a Clang flag | lat9nq | |
| Prevents a operator delete error when compiling with Clang 11. | |||
| 2021-02-09 | Merge pull request #5901 from lioncash/input-warn | Ameer J | |
| udp: Silence warnings on Clang 12 | |||
| 2021-02-09 | Merge pull request #5900 from lioncash/unused-func | bunnei | |
| video_core: Remove unused functions and variables | |||
| 2021-02-09 | bsd: Remove usage of optional emplace() with no arguments | Lioncash | |
| Clang 12 currently falls over in the face of this. | |||
| 2021-02-09 | am/controller: Remove [[fallthrough]] from unreachable path | Lioncash | |
| Prevents warnings on clang 12. This path is reachable on other variations of the build that disable the unreachable macro. | |||
| 2021-02-09 | nfp: Correct uninitialized size being used within GetTagInfo() | Lioncash | |
| We were previously the name of the object being initialized within its own initializer, which results in uninitialized data being read. | |||
| 2021-02-09 | udp: Silence unused member variable warnings | Lioncash | |
| Simply mark them as unused for now. | |||
| 2021-02-09 | udp/client: Define ClientData constructor/destructor in cpp file | Lioncash | |
| Prevents compilation errors on clang 12 due to incomplete types within a unique_ptr member. | |||
| 2021-02-09 | gl_rasterizer: Remove unused variables | Lioncash | |
| Resolves warnings on clang 12 | |||
| 2021-02-09 | texture_cache/util: Remove unused functions | Lioncash | |
| Silences a few warnings on clang 12. | |||
| 2021-02-09 | configure_input_player_widget: Reduce duplication of array accessors where ↵ | Lioncash | |
| applicable Reduces the amount of code to read in expressions a little bit by separating constituents out a little. | |||
| 2021-02-09 | configure_input_player_widget: Avoid nontrivial copies where applicable | Lioncash | |
| Previously a function was copying an array of 20 std::string instances by value. | |||
| 2021-02-09 | Use GC image | german | |
| 2021-02-08 | Settings: Add depth to Joysticks on Pro Controller preview (#5894) | Jatoxo | |
| * Add some depth to ProJoysticks * address comments * clang * address nits * fix wrong inner_offset when offset.x was 0 | |||
| 2021-02-09 | Merge pull request #5899 from ameerj/ffmpeg-revert | Morph | |
| cmake: Revert FFmpeg 4.3.1 update for Windows builds | |||
| 2021-02-08 | cmake: Revert FFmpeg 4.3.1 update for Windows builds | ameerj | |
| The new 4.3.1 externals build seems to not be compatible with yuzu. This also fixes an oversight when renaming CMake variables. | |||
| 2021-02-08 | Merge pull request #5880 from lat9nq/ffmpeg-external | Ameer J | |
| cmake: FFmpeg linking rework | |||
| 2021-02-08 | Merge pull request #5892 from german77/backup | bunnei | |
| olsc: Stub GetSaveDataBackupSetting | |||
| 2021-02-08 | Merge pull request #5868 from german77/HandheldFix | bunnei | |
| Prevent over scheduling audio events and add motion update unschedule event | |||
| 2021-02-08 | README Edit for EA | Schplee | |
| 2021-02-08 | Merge pull request #5895 from Morph1984/utf16-cvt | LC | |
| string_util: Remove MSVC workaround for converting between UTF8/UTF16 | |||
| 2021-02-08 | string_util: Remove MSVC workaround for converting between UTF8/UTF16 | Morph | |
| This has been fixed as of Visual Studio 2019 Version 16.2 | |||
| 2021-02-07 | hid: Implement GC controller | german | |
| 2021-02-07 | Merge pull request #5339 from german77/interactive | bunnei | |
| Settings: Make settings controller image change with controller input | |||
| 2021-02-07 | olsc: Stub GetSaveDataBackupSetting | german | |
| 2021-02-07 | Add mouse panning | german | |
| 2021-02-08 | Merge pull request #5872 from lioncash/svc-error | Chloe | |
| svc: Provide more detailed error logs for svc functions | |||
| 2021-02-07 | Merge pull request #5888 from Morph1984/ogl-4.6 | Rodrigo Locatti | |
| renderer_opengl: Update OpenGL backend version requirement to 4.6 | |||
| 2021-02-07 | Merge pull request #5889 from ogniK5377/morton-remove | LC | |
| video_core: Delete morton | |||
| 2021-02-08 | video_core: Delete morton | Chloe Marcec | |
| moron.h & morton.cpp are not used anywhere and are just empty files | |||
| 2021-02-07 | renderer_opengl: Update OpenGL backend version requirement to 4.6 | Morph | |
