| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Fix crash if gc configured but adapter not connected | 2020-07-14 | 2 | -15/+25 | ||
| * | | | | | | | | | | | | Merge pull request #4314 from lioncash/input-warn | 2020-07-14 | 4 | -11/+15 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | gc_poller: Mark GCButtonFactory::GetNextInput() as const | 2020-07-12 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | gc_poller: Get rid of undefined behavior in Create() | 2020-07-12 | 1 | -0/+4 | ||
| | * | | | | | | | | | | | | gc_poller: Silence sign conversion warnings | 2020-07-12 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | gc_adapter: Remove deprecated usage of = in lambda captures | 2020-07-12 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | gc_adapter: Silence sign conversion warnings | 2020-07-12 | 2 | -7/+7 | ||
| * | | | | | | | | | | | | | Merge pull request #4315 from lioncash/udp-warn | 2020-07-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | udp: Silence a C++20 deprecation warning | 2020-07-12 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | / / / / / / / | configure_general: Explicitly guard use_multi_core when applying settings | 2020-07-14 | 1 | -0/+2 | ||
| | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4280 from jbeich/system-libusb | 2020-07-13 | 4 | -3/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | input_common: drop unused libusb.h include | 2020-07-14 | 1 | -1/+0 | ||
| | * | | | | | | | | | | | input_common: make libusb private to gc_adapter | 2020-07-13 | 3 | -3/+7 | ||
| | * | | | | | | | | | | | cmake: pass libusb include directory as well | 2020-07-09 | 1 | -0/+1 | ||
| * | | | | | | | | | | | | Merge pull request #4265 from Morph1984/file-rename | 2020-07-12 | 1 | -10/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | vfs_real: Fix MoveFile | 2020-07-10 | 1 | -10/+17 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4290 from lioncash/latest | 2020-07-12 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | CMakeLists: Make use of /std:c++latest on MSVC | 2020-07-11 | 1 | -2/+2 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3385 from Morph1984/batch-install | 2020-07-12 | 6 | -146/+343 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add additional empty check for the QStringList returned by the InstallDialog | 2020-07-10 | 1 | -0/+4 | ||
| | * | | | | | | | | | | | | Update the install and progress dialogs | 2020-07-10 | 4 | -80/+65 | ||
| | * | | | | | | | | | | | | Refactor batch installing files | 2020-07-10 | 4 | -196/+238 | ||
| | * | | | | | | | | | | | | Add support for batch install to NAND | 2020-07-10 | 6 | -124/+290 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | common/alignment: Fix compilation errors (#4303) | 2020-07-12 | 1 | -1/+3 | ||
| | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4275 from CrazyMax/desired_language | 2020-07-12 | 1 | -1/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | AM: fix GetDesiredLanguage: | 2020-07-08 | 1 | -1/+13 | ||
| * | | | | | | | | | | | | Merge pull request #4289 from ReinUsesLisp/dynfix | 2020-07-11 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT | 2020-07-10 | 1 | -6/+6 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp"" | 2020-07-11 | 1 | -3/+1 | ||
| * | | | | | | | | | | | | Common: remove a mod from AlignUp (#5441) | 2020-07-11 | 1 | -1/+3 | ||
| | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4203 from VolcaEM/services | 2020-07-11 | 26 | -154/+282 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Rename two functions in NS | 2020-07-02 | 1 | -2/+2 | ||
| | * | | | | | | | | | | Rename GetApplicationArea2 to GetApplicationAreaSize | 2020-07-02 | 1 | -2/+2 | ||
| | * | | | | | | | | | | Remove duplicate functions | 2020-06-29 | 1 | -2/+0 | ||
| | * | | | | | | | | | | Use decimal instead of hexadecimal | 2020-06-29 | 1 | -3/+5 | ||
| | * | | | | | | | | | | Fix typo | 2020-06-29 | 1 | -1/+1 | ||
| | * | | | | | | | | | | Clang-format | 2020-06-29 | 1 | -1/+1 | ||
| | * | | | | | | | | | | service: Update function tables | 2020-06-29 | 27 | -157/+285 | ||
| * | | | | | | | | | | | Merge pull request #4250 from Morph1984/key-writing | 2020-07-10 | 1 | -4/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | KeyManager: Prevent writing of invalid keys | 2020-07-10 | 1 | -4/+8 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4221 from jbeich/unused-qt-opengl | 2020-07-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | cmake: stop linking against QGL after c6a0ab979239 | 2020-07-01 | 1 | -1/+1 | ||
| * | | | | | | | | | | cmake: Fix libfmt linking errors | 2020-07-10 | 1 | -5/+1 | ||
| * | | | | | | | | | | Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkan | 2020-07-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vk_stream_buffer: set allocable_size to 9 MiB | 2020-07-09 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | configuration: implement per-game configurations (#4098) | 2020-07-09 | 57 | -835/+1942 | ||
| * | | | | | | | | | | Merge pull request #4281 from RealJohnGalt/linkfix2 | 2020-07-09 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cmake: fix fmt linking when found | 2020-07-09 | 1 | -1/+5 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayer | 2020-07-09 | 2 | -1/+20 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | AM/ISelfController: Stub CreateManagedDisplaySeparableLayer | 2020-07-05 | 2 | -1/+20 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||