summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: Make use of std::string_view over std::string for loggingGravatar Lioncash2020-07-151-33/+34
* Merge pull request #4342 from lioncash/endianGravatar Rodrigo Locatti2020-07-141-42/+4
|\
| * common/swap: Make use of std::endianGravatar Lioncash2020-07-141-42/+4
* | Merge pull request #4242 from ReinUsesLisp/maxwell-dmaGravatar bunnei2020-07-146-359/+468
|\ \
| * | video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesGravatar ReinUsesLisp2020-07-105-84/+125
| * | maxwell_dma: Rename registers to match official docs and reorderGravatar ReinUsesLisp2020-07-072-287/+355
* | | 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