| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | common/alignment: Fix VS2022 compilation | 2021-10-20 | 1 | -1/+6 | ||
| * | | | | | | | | input_common: Fix VS2022 compilation errors | 2021-10-20 | 1 | -39/+35 | ||
| * | | | | | | | | Merge pull request #7197 from Moonlacer/tas_help_link | 2021-10-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add_link | 2021-10-16 | 1 | -2/+2 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7198 from ameerj/settings-chrono | 2021-10-19 | 7 | -24/+20 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | settings: Remove std::chrono usage | 2021-10-17 | 7 | -24/+20 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #7173 from Morph1984/invalidate-unmap | 2021-10-17 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | KPageTable: Perform ranged invalidation when unmapping code memory | 2021-10-13 | 1 | -0/+2 | ||
| * | | | | | | | Merge pull request #7077 from FernandoS27/face-down | 2021-10-16 | 3 | -6/+8 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shader Compiler: avoid overflowed indices on indixed samplers. | 2021-10-17 | 1 | -1/+2 | ||
| | * | | | | | | | Vulkan Query Cache: make sure to wait for the query result. | 2021-09-24 | 1 | -1/+2 | ||
| | * | | | | | | | QueryCache: Flush queries in order of running. | 2021-09-24 | 1 | -4/+4 | ||
| * | | | | | | | | Merge pull request #7127 from FernandoS27/i-saw-a-wabbit | 2021-10-16 | 2 | -5/+14 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Vulkan: Fix failing barrier on refresh. | 2021-10-04 | 1 | -1/+2 | ||
| | * | | | | | | | | RasterizerInterface: Correct size of CPU addresses to cache. | 2021-10-04 | 1 | -1/+1 | ||
| | * | | | | | | | | Vulkan: Fix the master Semaphore | 2021-10-04 | 1 | -4/+12 | ||
| * | | | | | | | | | Merge pull request #7195 from MightyCreak/fix-warning-typo | 2021-10-16 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | main: fix typo in warning message | 2021-10-16 | 1 | -1/+1 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | main: Add missing make_unique for ui | 2021-10-15 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #7187 from FernandoS27/boy-i-say-boy | 2021-10-15 | 4 | -0/+51 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | NvHost/Core: Address Feedback. | 2021-10-16 | 3 | -19/+27 | ||
| | * | | | | | | | | Suspend temporally | 2021-10-16 | 3 | -1/+31 | ||
| | * | | | | | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long. | 2021-10-16 | 2 | -0/+13 | ||
| * | | | | | | | | | Merge pull request #7188 from Morph1984/web-applet-include | 2021-10-15 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | qt_web_browser: Add missing QApplication include | 2021-10-15 | 1 | -0/+1 | ||
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | 2021-10-15 | 1 | -1/+11 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | bootmanager: Forward declare System and SystemResultStatus | 2021-10-15 | 1 | -1/+5 | ||
| * | | | | | | | | yuzu: Construct system in GMainWindow | 2021-10-15 | 2 | -81/+83 | ||
| * | | | | | | | | core: Move ResultStatus outside of System | 2021-10-15 | 7 | -67/+69 | ||
| * | | | | | | | | yuzu_cmd: Remove remaining static system instances | 2021-10-15 | 1 | -3/+2 | ||
| * | | | | | | | | core: Remove static system instance | 2021-10-15 | 2 | -28/+5 | ||
| * | | | | | | | | Merge pull request #7172 from Morph1984/out-of-bounds | 2021-10-15 | 2 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | string_util: Make use of std::string_view and add bounds checking | 2021-10-14 | 2 | -5/+5 | ||
| | * | | | | | | | | string_util: Prevent out of bounds access in u16string_view buffer | 2021-10-14 | 1 | -2/+2 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7174 from MightyCreak/hide-cursor-by-default | 2021-10-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Hide mouse cursor by default | 2021-10-15 | 1 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7185 from Morph1984/make_unique_ui | 2021-10-15 | 15 | -151/+157 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | main: Use std::unique_ptr for ui | 2021-10-15 | 2 | -137/+142 | ||
| | * | | | | | | | | configuration: Use std::make_unique instead of operator new for ui | 2021-10-15 | 13 | -14/+15 | ||
| * | | | | | | | | | main: Slightly refactor NCA entry installation in InstallNCA (#7181) | 2021-10-15 | 1 | -8/+6 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | config: Read network_interface | 2021-10-15 | 2 | -0/+9 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) | 2021-10-14 | 1 | -3/+3 | ||
| * | | | | | | | Merge pull request #6774 from lat9nq/remove-global-yuzu | 2021-10-14 | 75 | -655/+717 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | discord_impl: Remove global system instances | 2021-10-07 | 3 | -6/+13 | ||
| | * | | | | | | | game_list: Remove global instances of Core::System | 2021-10-07 | 5 | -13/+19 | ||
| | * | | | | | | | configuration: Add const qualifier where able | 2021-10-07 | 18 | -31/+28 | ||
| | * | | | | | | | yuzu qt: Remove global system instances from config, WaitTree, main | 2021-10-07 | 69 | -636/+688 | ||
| * | | | | | | | | Merge pull request #7157 from ameerj/vic-surface-size | 2021-10-13 | 1 | -16/+15 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vic: Use the minimum of surface/frame dimensions when writing the final frame... | 2021-10-10 | 1 | -16/+15 | ||
| * | | | | | | | | | Merge pull request #7142 from german77/sdl_range | 2021-10-13 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||