summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rebase to masterGravatar Ameer2020-07-14118-1479/+3408
|\
| * Merge pull request #4294 from MerryMage/cpu-opt-settingsGravatar bunnei2020-07-1419-29/+685
| |\
| | * configure_cpu: Split optimization settings off into Debug tabGravatar MerryMage2020-07-129-163/+302
| | * configure_cpu: Add tooltipsGravatar MerryMage2020-07-111-1/+54
| | * configure_cpu: Show/Hide debugging optionsGravatar MerryMage2020-07-117-46/+135
| | * configuration: Add settings to enable/disable specific CPU optimizationsGravatar MerryMage2020-07-1116-29/+404
| * | Merge pull request #4282 from Morph1984/fs-sizeGravatar bunnei2020-07-147-225/+17
| |\ \
| | * | bis_factory: Set User NAND free space to be 1 MiB less than total.Gravatar Morph2020-07-101-1/+3
| | * | sdmc_factory: Set the SDMC total size to 1 TiBGravatar Morph2020-07-101-1/+3
| | * | bis_factory: Use hardware default NAND partition sizesGravatar Morph2020-07-101-10/+11
| | * | settings: Remove storage size optionsGravatar Morph2020-07-105-214/+1
| * | | Fix crash if gc configured but adapter not connectedGravatar Ameer2020-07-142-15/+25
| * | | Merge pull request #4314 from lioncash/input-warnGravatar bunnei2020-07-144-11/+15
| |\ \ \
| | * | | gc_poller: Mark GCButtonFactory::GetNextInput() as constGravatar Lioncash2020-07-122-2/+2
| | * | | gc_poller: Get rid of undefined behavior in Create()Gravatar Lioncash2020-07-121-0/+4
| | * | | gc_poller: Silence sign conversion warningsGravatar Lioncash2020-07-121-1/+1
| | * | | gc_adapter: Remove deprecated usage of = in lambda capturesGravatar Lioncash2020-07-121-1/+1
| | * | | gc_adapter: Silence sign conversion warningsGravatar Lioncash2020-07-122-7/+7
| * | | | Merge pull request #4315 from lioncash/udp-warnGravatar bunnei2020-07-141-1/+1
| |\ \ \ \
| | * | | | udp: Silence a C++20 deprecation warningGravatar Lioncash2020-07-121-1/+1
| | |/ / /
| * | | | configure_general: Explicitly guard use_multi_core when applying settingsGravatar lat9nq2020-07-141-0/+2
| * | | | Merge pull request #4280 from jbeich/system-libusbGravatar LC2020-07-134-3/+7
| |\ \ \ \
| | * | | | input_common: drop unused libusb.h includeGravatar Ameer2020-07-141-1/+0
| | * | | | input_common: make libusb private to gc_adapterGravatar Jan Beich2020-07-133-3/+7
| | * | | | cmake: pass libusb include directory as wellGravatar Jan Beich2020-07-091-0/+1
| * | | | | Merge pull request #4265 from Morph1984/file-renameGravatar Fernando Sahmkow2020-07-121-10/+17
| |\ \ \ \ \
| | * | | | | vfs_real: Fix MoveFileGravatar Morph2020-07-101-10/+17
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #4290 from lioncash/latestGravatar LC2020-07-121-2/+2
| |\ \ \ \ \
| | * | | | | CMakeLists: Make use of /std:c++latest on MSVCGravatar Lioncash2020-07-111-2/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #3385 from Morph1984/batch-installGravatar bunnei2020-07-126-146/+343
| |\ \ \ \ \
| | * | | | | Add additional empty check for the QStringList returned by the InstallDialogGravatar Morph2020-07-101-0/+4
| | * | | | | Update the install and progress dialogsGravatar Morph2020-07-104-80/+65
| | * | | | | Refactor batch installing filesGravatar Morph2020-07-104-196/+238
| | * | | | | Add support for batch install to NANDGravatar Morph2020-07-106-124/+290
| | | |/ / / | | |/| | |
| * | | | | common/alignment: Fix compilation errors (#4303)Gravatar Tobias2020-07-121-1/+3
| * | | | | Merge pull request #4275 from CrazyMax/desired_languageGravatar bunnei2020-07-121-1/+13
| |\ \ \ \ \
| | * | | | | AM: fix GetDesiredLanguage:Gravatar CrazyMax2020-07-081-1/+13
| * | | | | | Merge pull request #4289 from ReinUsesLisp/dynfixGravatar bunnei2020-07-111-6/+6
| |\ \ \ \ \ \
| | * | | | | | vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXTGravatar ReinUsesLisp2020-07-101-6/+6
| | | |_|/ / / | | |/| | | |
| * | | | | | Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""Gravatar bunnei2020-07-111-3/+1
| * | | | | | Common: remove a mod from AlignUp (#5441)Gravatar Marshall Mohror2020-07-111-1/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-1126-154/+282
| |\ \ \ \ \
| | * | | | | Rename two functions in NSGravatar VolcaEM2020-07-021-2/+2
| | * | | | | Rename GetApplicationArea2 to GetApplicationAreaSizeGravatar VolcaEM2020-07-021-2/+2
| | * | | | | Remove duplicate functionsGravatar VolcaEM2020-06-291-2/+0
| | * | | | | Use decimal instead of hexadecimalGravatar VolcaEM2020-06-291-3/+5
| | * | | | | Fix typoGravatar VolcaEM2020-06-291-1/+1
| | * | | | | Clang-formatGravatar VolcaEM2020-06-291-1/+1
| | * | | | | service: Update function tablesGravatar VolcaEM2020-06-2927-157/+285
| * | | | | | Merge pull request #4250 from Morph1984/key-writingGravatar bunnei2020-07-101-4/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |