| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | left const auto&, comment punctuation. | 2020-06-26 | 1 | -2/+2 | |
| | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | ||||
| * | const& to button in button array | 2020-06-25 | 1 | -2/+2 | |
| | | | | Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com> | ||||
| * | Stop reading loop if error is encountered | 2020-06-25 | 1 | -4/+4 | |
| | | |||||
| * | padbutton enum class and struct initiailization | 2020-06-24 | 3 | -36/+32 | |
| | | |||||
| * | cleanup check access, read, and factory GetNextInput funcs. Use size rather ↵ | 2020-06-23 | 4 | -151/+101 | |
| | | | | | than magic number | ||||
| * | Fix deallocation of GC Adapter | 2020-06-23 | 3 | -4/+10 | |
| | | |||||
| * | Small quality of life indication that mapped button is GC | 2020-06-22 | 1 | -2/+2 | |
| | | |||||
| * | std::array and const reference passing of non-trivial objects | 2020-06-22 | 2 | -14/+13 | |
| | | |||||
| * | Update src/input_common/main.cpp | 2020-06-22 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: LC <mathew1800@gmail.com> update libusb submodule (hopefully windows build error fixed) | ||||
| * | Tidy up the pointers, use pair over tuple where appropriate | 2020-06-21 | 4 | -24/+22 | |
| | | |||||
| * | fix for sleep using stl | 2020-06-21 | 1 | -1/+3 | |
| | | |||||
| * | shared_ptr for the GC adapter class, constexpr constants | 2020-06-21 | 5 | -66/+52 | |
| | | |||||
| * | std::arrays where appropriate, clear q in adapter class, other touch ups | 2020-06-21 | 5 | -27/+15 | |
| | | |||||
| * | fix include thread | 2020-06-21 | 1 | -0/+1 | |
| | | |||||
| * | Singleton GC Adapter class, remove globals, fix naming convention | 2020-06-21 | 8 | -228/+283 | |
| | | | | | | | | | Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command | ||||
| * | Clang Formatting | 2020-06-21 | 9 | -182/+184 | |
| | | |||||
| * | Cleanup after linter | 2020-06-21 | 9 | -167/+98 | |
| | | |||||
| * | GC Adapter Implementation | 2020-06-21 | 18 | -161/+1159 | |
| | | |||||
| * | Merge pull request #4120 from lioncash/arb | 2020-06-20 | 1 | -32/+31 | |
| |\ | | | | | gl_arb_decompiler: Avoid several string copies | ||||
| | * | gl_arb_decompiler: Avoid several string copies | 2020-06-19 | 1 | -32/+31 | |
| | | | | | | | | | | | | | Variables that are marked as const cannot have the move constructor invoked when returning from a function (the move constructor requires a non-const variable so it can "steal" the resources from it. | ||||
| * | | macro_jit_x64: Use ecx for shift register | 2020-06-20 | 1 | -2/+2 | |
| | | | | | | | | | shl/shr only accept cl as their second argument | ||||
| * | | Merge pull request #4125 from lioncash/macro-shift | 2020-06-20 | 1 | -6/+7 | |
| |\ \ | | | | | | | macro_jit_x64: Amend readability of Compile_ExtractShiftLeftRegister() | ||||
| | * | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() | 2020-06-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | Previously dst wasn't being used. | ||||
| | * | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() | 2020-06-19 | 1 | -3/+4 | |
| | |/ | | | | | | | Previously dst wasn't being used. | ||||
| * | | Merge pull request #4123 from lioncash/unused-var | 2020-06-20 | 1 | -2/+1 | |
| |\ \ | | | | | | | macro_jit_x64: Remove unused variable | ||||
| | * | | macro_jit_x64: Remove unused variable | 2020-06-19 | 1 | -2/+1 | |
| | |/ | | | | | | | | | Removes a completely unused label and marks another variable as unused, given it seems like it has potential uses in the future. | ||||
| * | | Merge pull request #4099 from MerryMage/macOS-build | 2020-06-19 | 9 | -19/+38 | |
| |\ \ | | | | | | | Fix compilation on macOS | ||||
| | * | | bootmanager: Remove references to OpenGL for macOS | 2020-06-18 | 2 | -2/+19 | |
| | | | | | | | | | | | | | OpenGL macOS headers definitions clash heavily with each other | ||||
| | * | | memory_manager: Explicitly specifcy std::min<size_t> | 2020-06-18 | 1 | -2/+2 | |
| | | | | |||||
| | * | | shared_font: Service::NS::EncryptSharedFont takes a size_t& | 2020-06-18 | 1 | -1/+1 | |
| | | | | |||||
| | * | | vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type ↵ | 2020-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | VkDeviceSize | ||||
| | * | | renderer_vulkan: Fix macOS GetBundleDirectory reference | 2020-06-18 | 1 | -1/+3 | |
| | | | | |||||
| | * | | memory_util: boost hashes are size_t | 2020-06-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | * boost::hash_value returns a size_t * boost::hash_combine takes a size_t& argument | ||||
| | * | | Rename PAGE_SHIFT to PAGE_BITS | 2020-06-18 | 2 | -10/+10 | |
| | | | | | | | | | | | | | macOS header files #define PAGE_SHIFT | ||||
| * | | | Merge pull request #4113 from ogniK5377/boxcat-disable | 2020-06-19 | 2 | -3/+7 | |
| |\ \ \ | | | | | | | | | Fix compilation when not building with boxcat | ||||
| | * | | | Add translation of "Current Boxcat Events" | 2020-06-20 | 1 | -3/+2 | |
| | | | | | |||||
| | * | | | Fix compilation when not building with boxcat | 2020-06-19 | 2 | -2/+7 | |
| | | |/ | |/| | | | | | | | Fixes compilation when trying to build without boxcat enabled | ||||
| * | | | Merge pull request #4087 from MerryMage/macrojit-inline-Read | 2020-06-19 | 2 | -14/+22 | |
| |\ \ \ | | | | | | | | | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue | ||||
| | * | | | macro_jit_x64: Remove unused function Read | 2020-06-19 | 1 | -8/+4 | |
| | | | | | |||||
| | * | | | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue | 2020-06-17 | 2 | -6/+18 | |
| | | | | | |||||
| * | | | | input_common/motion_emu: Remove redundant move | 2020-06-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Named return value optimization automatically applies here. | ||||
| * | | | | input_common/keyboard: Remove redundant move | 2020-06-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Named return value optimization automatically applies here. | ||||
| * | | | | mii_model: Remove redundant std::move | 2020-06-19 | 1 | -1/+1 | |
| | |/ / |/| | | | | | | | | Named return value optimization automatically applies here. | ||||
| * | | | Merge pull request #4080 from ogniK5377/audren-RendererInfo | 2020-06-19 | 2 | -6/+26 | |
| |\ \ \ | | | | | | | | | audren: Implement RendererInfo | ||||
| | * | | | audren: Implement RendererInfo | 2020-06-13 | 2 | -6/+26 | |
| | | | | | | | | | | | | | | | | | Fixes ZLA softlock | ||||
| * | | | | Merge pull request #4090 from MerryMage/macrojit-bugs | 2020-06-18 | 1 | -2/+5 | |
| |\ \ \ \ | | | | | | | | | | | macro_jit_x64: Optimization correctness | ||||
| | * | | | | macro_jit_x64: Optimization implicitly assumes same destination | 2020-06-17 | 1 | -1/+2 | |
| | | | | | | |||||
| | * | | | | macro_jit_x64: Should not skip zero registers for certain ALU ops | 2020-06-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | The code generated for these ALU ops assume src_a and src_b are always valid. | ||||
| * | | | | | Merge pull request #4081 from Morph1984/maxwell-to-gl-vk | 2020-06-18 | 3 | -67/+53 | |
| |\ \ \ \ \ | | | | | | | | | | | | | maxwell_to_gl/vk: Miscellaneous changes | ||||
| | * | | | | | vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters | 2020-06-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Emulate GL_LINEAR/NEAREST minification filters using minLod = 0 and maxLod = 0.25 during sampler creation | ||||