summaryrefslogtreecommitdiff
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 #7183 from FearlessTobi/translation-ciGravatar Mai M2021-10-152-0/+48
|\
| * .ci: Use Github Actions to update translation source filesGravatar FearlessTobi2021-10-152-0/+48
* | 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 #7120 from Morph1984/update-dynarmicGravatar Mai M2021-10-131-0/+0
|\ \ \
| * | | externals: Update dynarmic to cce7e4eeGravatar Morph2021-10-121-0/+0
* | | | 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
* | | | | Merge pull request #7166 from FearlessTobi/port-5811Gravatar Morph2021-10-1220-406/+0
|\ \ \ \ \
| * | | | | Build system: remove references to travisGravatar FearlessTobi2021-10-1220-406/+0
|/ / / / /
* | | | | common/fs/path_util: Slightly refactor PathManagerImpl's constructorGravatar Creak2021-10-111-12/+15
* | | | | Merge pull request #7161 from MightyCreak/fix-some-warningsGravatar bunnei2021-10-113-8/+11
|\ \ \ \ \
| * | | | | 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 #7164 from ameerj/vmimageGravatar Morph2021-10-114-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ci: Use ubuntu-latest vmImage where applicableGravatar ameerj2021-10-114-0/+12
|/ / / / /
* | | | | 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
| |/ / /
* | | | Merge pull request #7152 from v1993/patch-6Gravatar Ameer J2021-10-091-2/+3
|\ \ \ \
| * | | | 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
| | |/ | |/|