summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7173 from Morph1984/invalidate-unmapGravatar bunnei2021-10-171-0/+2
|\ | | | | KPageTable: Perform ranged invalidation when unmapping code memory
| * KPageTable: Perform ranged invalidation when unmapping code memoryGravatar Morph2021-10-131-0/+2
| | | | | | | | Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
* | Merge pull request #7077 from FernandoS27/face-downGravatar Ameer J2021-10-163-6/+8
|\ \ | | | | | | A series of fixes to queries and indexed samplers.
| * | Shader Compiler: avoid overflowed indices on indixed samplers.Gravatar Fernando Sahmkow2021-10-171-1/+2
| | |
| * | Vulkan Query Cache: make sure to wait for the query result.Gravatar Fernando Sahmkow2021-09-241-1/+2
| | |
| * | QueryCache: Flush queries in order of running.Gravatar Fernando Sahmkow2021-09-241-4/+4
| | |
* | | Merge pull request #7127 from FernandoS27/i-saw-a-wabbitGravatar Ameer J2021-10-162-5/+14
|\ \ \ | | | | | | | | A few fixes on Vulkan and Rasterizer Caching
| * | | Vulkan: Fix failing barrier on refresh.Gravatar Fernando Sahmkow2021-10-041-1/+2
| | | |
| * | | RasterizerInterface: Correct size of CPU addresses to cache.Gravatar FernandoS272021-10-041-1/+1
| | | |
| * | | Vulkan: Fix the master SemaphoreGravatar FernandoS272021-10-041-4/+12
| | | |
* | | | Merge pull request #7195 from MightyCreak/fix-warning-typoGravatar Mai M2021-10-161-1/+1
|\ \ \ \ | | | | | | | | | | main: fix typo in warning message
| * | | | main: fix typo in warning messageGravatar Romain Failliot2021-10-161-1/+1
| | | | |
* | | | | main: Add missing make_unique for uiGravatar Morph2021-10-151-1/+1
| | | | |
* | | | | Merge pull request #7187 from FernandoS27/boy-i-say-boyGravatar bunnei2021-10-154-0/+51
|\ \ \ \ \ | | | | | | | | | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long.
| * | | | | NvHost/Core: Address Feedback.Gravatar Fernando Sahmkow2021-10-163-19/+27
| | | | | |
| * | | | | Suspend temporallyGravatar FernandoS272021-10-163-1/+31
| | | | | |
| * | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long.Gravatar FernandoS272021-10-162-0/+13
| | | | | |
* | | | | | Merge pull request #7188 from Morph1984/web-applet-includeGravatar Morph2021-10-151-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | qt_web_browser: Add missing QApplication include
| * | | | | | qt_web_browser: Add missing QApplication includeGravatar Morph2021-10-151-0/+1
| |/ / / / /
* / / / / / service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Gravatar Feng Chen2021-10-151-1/+11
|/ / / / /
* | | | | bootmanager: Forward declare System and SystemResultStatusGravatar Morph2021-10-151-1/+5
| | | | |
* | | | | yuzu: Construct system in GMainWindowGravatar Morph2021-10-152-81/+83
| | | | |
* | | | | core: Move ResultStatus outside of SystemGravatar Morph2021-10-157-67/+69
| | | | | | | | | | | | | | | | | | | | Allows it to be a forward declaration in other header files.
* | | | | yuzu_cmd: Remove remaining static system instancesGravatar Morph2021-10-151-3/+2
| | | | |
* | | | | core: Remove static system instanceGravatar Morph2021-10-152-28/+5
| | | | |
* | | | | Merge pull request #7172 from Morph1984/out-of-boundsGravatar Mai M2021-10-152-7/+7
|\ \ \ \ \ | | | | | | | | | | | | string_util: Prevent out of bounds access in u16string_view buffer
| * | | | | string_util: Make use of std::string_view and add bounds checkingGravatar Morph2021-10-142-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking
| * | | | | string_util: Prevent out of bounds access in u16string_view bufferGravatar Morph2021-10-141-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7174 from MightyCreak/hide-cursor-by-defaultGravatar Mai M2021-10-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Check "Hide mouse on inactivity" by default
| * | | | | Hide mouse cursor by defaultGravatar Romain Failliot2021-10-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #7185 from Morph1984/make_unique_uiGravatar Mai M2021-10-1515-151/+157
|\ \ \ \ \ | | | | | | | | | | | | yuzu: Use make_unique instead of operator new for constructing ui
| * | | | | main: Use std::unique_ptr for uiGravatar Morph2021-10-152-137/+142
| | | | | |
| * | | | | configuration: Use std::make_unique instead of operator new for uiGravatar Morph2021-10-1513-14/+15
| | | | | |
* | | | | | main: Slightly refactor NCA entry installation in InstallNCA (#7181)Gravatar Creak2021-10-151-8/+6
| |/ / / / |/| | | | | | | | | | | | | | | | | | | * main: Slightly refactor NCA entry installation in InstallNCA Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
* | | | | config: Read network_interfaceGravatar lat9nq2021-10-152-0/+9
|/ / / / | | | | | | | | Let's yuzu_cmd use a network interface. Also adds it to the default ini.
* | | | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165)Gravatar Moonlacer2021-10-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better_description * Revert "better_description" This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd. * better_nvdec_wording * best_performance * update_word_stuff * another_update
* | | | Merge pull request #6774 from lat9nq/remove-global-yuzuGravatar Morph2021-10-1475-655/+717
|\ \ \ \ | | | | | | | | | | yuzu qt: Remove global system instances
| * | | | discord_impl: Remove global system instancesGravatar lat9nq2021-10-073-6/+13
| | | | |
| * | | | game_list: Remove global instances of Core::SystemGravatar lat9nq2021-10-075-13/+19
| | | | |
| * | | | configuration: Add const qualifier where ableGravatar lat9nq2021-10-0718-31/+28
| | | | |
| * | | | yuzu qt: Remove global system instances from config, WaitTree, mainGravatar lat9nq2021-10-0769-636/+688
| | | | |
* | | | | Merge pull request #7157 from ameerj/vic-surface-sizeGravatar Morph2021-10-131-16/+15
|\ \ \ \ \ | | | | | | | | | | | | vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU
| * | | | | vic: Use the minimum of surface/frame dimensions when writing the final ↵Gravatar ameerj2021-10-101-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frame to the GPU Addresses possible buffer overflow behavior.
* | | | | | Merge pull request #7142 from german77/sdl_rangeGravatar bunnei2021-10-131-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | input_common/sdl: Fix joystick range
| * | | | | | input_common/sdl: Fix joystick rangeGravatar german772021-10-111-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7158 from ameerj/window-900pGravatar bunnei2021-10-133-36/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | main: Add option to reset window size to 900p
| * | | | | main: Add option to reset window size to 900pGravatar ameerj2021-10-113-36/+53
| | |/ / / | |/| | |
* | | | | Merge pull request #7147 from behunin/patch-1Gravatar Ameer J2021-10-121-8/+0
|\ \ \ \ \ | | | | | | | | | | | | Update configure_tas.ui
| * | | | | Update configure_tas.uiGravatar Levi Behunin2021-10-081-8/+0
| | | | | | | | | | | | | | | | | | Remove the geometry property again(7045) after 7090 re-added.
* | | | | | Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_errorGravatar Ameer J2021-10-121-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | h264: Use max allowed max_num_ref_frames when using CPU decoding