summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Construct system in GMainWindowGravatar Morph2021-10-152-81/+83
* core: Move ResultStatus outside of SystemGravatar Morph2021-10-157-67/+69
* 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: Make use of std::string_view and add bounds checkingGravatar Morph2021-10-142-5/+5
| * 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
|\ \
| * | 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
|\ \ \
| * | | 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
| |/ / |/| |
* | | config: Read network_interfaceGravatar lat9nq2021-10-152-0/+9
|/ /
* | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165)Gravatar Moonlacer2021-10-141-3/+3
* | Merge pull request #6774 from lat9nq/remove-global-yuzuGravatar Morph2021-10-1475-655/+717
|\ \
| * | 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...Gravatar ameerj2021-10-101-16/+15
* | | | Merge pull request #7142 from german77/sdl_rangeGravatar bunnei2021-10-131-3/+4
|\ \ \ \
| * | | | 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 900pGravatar ameerj2021-10-113-36/+53
| | |/ | |/|
* | | Merge pull request #7147 from behunin/patch-1Gravatar Ameer J2021-10-121-8/+0
|\ \ \
| * | | Update configure_tas.uiGravatar Levi Behunin2021-10-081-8/+0
* | | | 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 decodingGravatar Feng Chen2021-10-101-1/+6
* | | | | common/fs/path_util: Slightly refactor PathManagerImpl's constructorGravatar Creak2021-10-111-12/+15
* | | | | Create local variables for mouse and wheel positionsGravatar Romain Failliot2021-10-111-5/+9
* | | | | Fix a few warningsGravatar Romain Failliot2021-10-113-6/+5
* | | | | Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorGravatar Morph2021-10-111-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | applets/web: Fallback to loader to get the manual romfs if none is foundGravatar Feng Chen2021-10-111-0/+10
| |/ / /
* | | | vic: Allow surface to be higher than frameGravatar Valeri2021-10-091-2/+3
* | | | Merge pull request #7138 from ameerj/vic-fmtGravatar Mai M2021-10-082-125/+154
|\ \ \ \ | |_|/ / |/| | |
| * | | vic: Avoid memory corruption when multiple streams with different dimensions ...Gravatar ameerj2021-10-081-0/+9
| * | | vic: Refactor frame writing methodsGravatar ameerj2021-10-072-138/+146
| * | | vic: Implement RGBX frame formatGravatar ameerj2021-10-072-3/+15
| | |/ | |/|
* | | kernel: hle_ipc: Foward declare KAutoObjectGravatar Morph2021-10-072-1/+2
* | | service: Reduce header include overheadGravatar Morph2021-10-0731-39/+11
|/ /
* | Merge pull request #7118 from ameerj/vc-gpu-implGravatar Fernando S2021-10-0621-691/+890
|\ \
| * | nvflinger: Use jthread and stop_token for VSync threadGravatar ameerj2021-10-032-32/+8
| * | nvhost_ctrl: Refactor usage of gpu.LockSync()Gravatar ameerj2021-10-033-35/+16
| * | gpu: Migrate implementation to the cpp fileGravatar ameerj2021-10-0319-632/+875
* | | Merge pull request #7090 from Moonlacer/tas_spacing_additionGravatar bunnei2021-10-052-146/+188
|\ \ \
| * | | configure_tas: Remove help button from dialog windowGravatar Moonlacer2021-09-291-0/+1
| * | | configure_tas: Ensure dialog buttons always stay at the bottomGravatar Moonlacer2021-09-291-146/+187
* | | | Merge pull request #7115 from ameerj/log-compileGravatar bunnei2021-10-0515-18/+53
|\ \ \ \