summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | KeyManager: Prevent writing of invalid keysGravatar Morph2020-07-101-4/+8
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4221 from jbeich/unused-qt-openglGravatar bunnei2020-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | cmake: stop linking against QGL after c6a0ab979239Gravatar Jan Beich2020-07-011-1/+1
* | | | | | | | | | cmake: Fix libfmt linking errorsGravatar David Marcec2020-07-101-5/+1
* | | | | | | | | | Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkanGravatar Rodrigo Locatti2020-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vk_stream_buffer: set allocable_size to 9 MiBGravatar lat9nq2020-07-091-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-0957-835/+1942
* | | | | | | | | | Merge pull request #4281 from RealJohnGalt/linkfix2Gravatar bunnei2020-07-091-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake: fix fmt linking when foundGravatar John Galt2020-07-091-1/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayerGravatar bunnei2020-07-092-1/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | AM/ISelfController: Stub CreateManagedDisplaySeparableLayerGravatar Morph2020-07-052-1/+20
| | |_|_|_|_|/ / / / | |/| | | | | | | |