summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Merge pull request #4083 from Morph1984/B10G11R11FGravatar bunnei2020-06-241-9/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | decode/image: Implement B10G11R11FGravatar Morph2020-06-201-9/+17
| * | | | | | | | | | | | | | | Merge pull request #4046 from ogniK5377/macro-hle-prodGravatar Fernando Sahmkow2020-06-249-10/+219
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | addressed issuesGravatar David Marcec2020-06-242-4/+7
| | * | | | | | | | | | | | | | clear mme draw modeGravatar David Marcec2020-06-241-0/+3
| | * | | | | | | | | | | | | | Addressed issuesGravatar David Marcec2020-06-245-13/+17
| | * | | | | | | | | | | | | | Fix constbuffer for 0217920100488FF7Gravatar David Marcec2020-06-241-6/+6
| | * | | | | | | | | | | | | | Macro HLE supportGravatar David Marcec2020-06-249-10/+209
| * | | | | | | | | | | | | | | Merge pull request #4129 from Morph1984/texture-shadow-lod-workaroundGravatar Rodrigo Locatti2020-06-243-7/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if availableGravatar Morph2020-06-201-7/+43
| | * | | | | | | | | | | | | | gl_device: Check for GL_EXT_texture_shadow_lodGravatar Morph2020-06-202-0/+7
| * | | | | | | | | | | | | | | Merge pull request #4138 from Morph1984/GyroscopeZeroDriftModeGravatar bunnei2020-06-234-6/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | hid: Implement Get/ResetGyroscopeZeroDriftModeGravatar Morph2020-06-214-6/+56
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #4128 from lioncash/move2Gravatar bunnei2020-06-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | software_keyboard: Eliminate trivial redundant copiesGravatar Lioncash2020-06-201-2/+2
| * | | | | | | | | | | | | | | Merge pull request #4127 from lioncash/dst-typoGravatar bunnei2020-06-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | texture_cache: Fix incorrect address used in a DeduceSurface() callGravatar Lioncash2020-06-201-1/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #3948 from Morph1984/log-cpu-instructionsGravatar bunnei2020-06-234-1/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | main: Append AVX and FMA instructions to cpu stringGravatar Morph2020-06-201-1/+14
| | * | | | | | | | | | | | | | | common/telemetry: Add AVX512 to telemetryGravatar Morph2020-06-201-0/+1
| | * | | | | | | | | | | | | | | common/cpu_detect: Add AVX512 detectionGravatar Morph2020-06-202-0/+6
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | yuzu_tester: Silence type conversion warningGravatar Morph2020-06-221-1/+1
| * | | | | | | | | | | | | | | lm: Silence no return value warningGravatar Morph2020-06-221-1/+2
| * | | | | | | | | | | | | | | account: Update function tables and add missing classes (#4145)Gravatar VolcaEM2020-06-225-42/+384
| * | | | | | | | | | | | | | | arm_dynarmic_64: Log the instruction when an exception is raisedGravatar Morph2020-06-221-2/+2
| * | | | | | | | | | | | | | | arm_dynarmic_32: Log under Core_ARM instead of HW_GPUGravatar Morph2020-06-221-1/+1
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #4110 from ReinUsesLisp/direct-upload-setsGravatar Rodrigo Locatti2020-06-223-42/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | vk_update_descriptor: Upload descriptor sets data directlyGravatar ReinUsesLisp2020-06-183-42/+30
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #4122 from lioncash/hideGravatar bunnei2020-06-214-28/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | memory_manager: Eliminate variable shadowingGravatar Lioncash2020-06-192-24/+28
| | * | | | | | | | | | | | | macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()Gravatar Lioncash2020-06-191-2/+2
| | * | | | | | | | | | | | | buffer_cache: Eliminate local variable shadowingGravatar Lioncash2020-06-191-2/+1
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #4126 from lioncash/noexceptGravatar bunnei2020-06-212-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR()Gravatar Lioncash2020-06-192-3/+2
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #4134 from FearlessTobi/port-5322Gravatar bunnei2020-06-213-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix: fatal error CVT1100 when compiling manifest fileGravatar FearlessTobi2020-06-213-3/+3
* | | | | | | | | | | | | | 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