summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for always firing triggers on some controllers, trigger threshold more un...Gravatar Ameer2020-07-042-5/+5
* Address lioncash feedback: Log formatting, extern const PadButtonArray, littl...Gravatar Ameer2020-07-033-24/+32
* Fix unnecessary diffsGravatar Ameer2020-07-024-29/+27
* Add LR triggers as axes, half press to initiate a press, add GC axis id in co...Gravatar Ameer2020-07-023-35/+80
* Reset adapter state on init, fixes errors relating driver hang from unexpecte...Gravatar Ameer2020-07-012-0/+9
* Address feedback regarding increments, const vars, and general cleanupGravatar Ameer2020-06-302-24/+21
* fix implicit conversion of size_t type to intGravatar Ameer2020-06-301-1/+1
* left const auto&, comment punctuation.Gravatar Ameer J2020-06-261-2/+2
* const& to button in button arrayGravatar Ameer J2020-06-251-2/+2
* Stop reading loop if error is encounteredGravatar Ameer2020-06-251-4/+4
* padbutton enum class and struct initiailizationGravatar Ameer2020-06-243-36/+32
* cleanup check access, read, and factory GetNextInput funcs. Use size rather t...Gravatar Ameer2020-06-234-151/+101
* Fix deallocation of GC AdapterGravatar Ameer2020-06-233-4/+10
* Small quality of life indication that mapped button is GCGravatar Ameer2020-06-221-2/+2
* std::array and const reference passing of non-trivial objectsGravatar Ameer2020-06-222-14/+13
* Update src/input_common/main.cppGravatar ameerj2020-06-221-1/+1
* Tidy up the pointers, use pair over tuple where appropriateGravatar Ameer2020-06-214-24/+22
* fix for sleep using stlGravatar Ameer2020-06-211-1/+3
* shared_ptr for the GC adapter class, constexpr constantsGravatar Ameer2020-06-215-66/+52
* std::arrays where appropriate, clear q in adapter class, other touch upsGravatar Ameer2020-06-215-27/+15
* fix include threadGravatar Ameer2020-06-211-0/+1
* Singleton GC Adapter class, remove globals, fix naming conventionGravatar Ameer2020-06-218-228/+283
* Clang FormattingGravatar Ameer2020-06-219-182/+184
* Cleanup after linterGravatar Ameer2020-06-219-167/+98
* GC Adapter ImplementationGravatar Ameer2020-06-2118-161/+1159
* Merge pull request #4120 from lioncash/arbGravatar bunnei2020-06-201-32/+31
|\
| * gl_arb_decompiler: Avoid several string copiesGravatar Lioncash2020-06-191-32/+31
* | macro_jit_x64: Use ecx for shift registerGravatar MerryMage2020-06-201-2/+2
* | Merge pull request #4125 from lioncash/macro-shiftGravatar merry2020-06-201-6/+7
|\ \
| * | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()Gravatar Lioncash2020-06-191-3/+3
| * | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()Gravatar Lioncash2020-06-191-3/+4
| |/
* | Merge pull request #4123 from lioncash/unused-varGravatar merry2020-06-201-2/+1
|\ \
| * | macro_jit_x64: Remove unused variableGravatar Lioncash2020-06-191-2/+1
| |/
* | Merge pull request #4099 from MerryMage/macOS-buildGravatar bunnei2020-06-199-19/+38
|\ \
| * | bootmanager: Remove references to OpenGL for macOSGravatar MerryMage2020-06-182-2/+19
| * | memory_manager: Explicitly specifcy std::min<size_t>Gravatar MerryMage2020-06-181-2/+2
| * | shared_font: Service::NS::EncryptSharedFont takes a size_t&Gravatar MerryMage2020-06-181-1/+1
| * | vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDevic...Gravatar MerryMage2020-06-181-1/+1
| * | renderer_vulkan: Fix macOS GetBundleDirectory referenceGravatar MerryMage2020-06-181-1/+3
| * | memory_util: boost hashes are size_tGravatar MerryMage2020-06-181-2/+2
| * | Rename PAGE_SHIFT to PAGE_BITSGravatar MerryMage2020-06-182-10/+10
* | | Merge pull request #4113 from ogniK5377/boxcat-disableGravatar bunnei2020-06-192-3/+7
|\ \ \
| * | | Add translation of "Current Boxcat Events"Gravatar David Marcec2020-06-201-3/+2
| * | | Fix compilation when not building with boxcatGravatar David Marcec2020-06-192-2/+7
| | |/ | |/|
* | | Merge pull request #4087 from MerryMage/macrojit-inline-ReadGravatar bunnei2020-06-192-14/+22
|\ \ \
| * | | macro_jit_x64: Remove unused function ReadGravatar MerryMage2020-06-191-8/+4
| * | | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValueGravatar MerryMage2020-06-172-6/+18
* | | | input_common/motion_emu: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | input_common/keyboard: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | mii_model: Remove redundant std::moveGravatar MerryMage2020-06-191-1/+1
| |/ / |/| |