| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | | | 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 | 2020-06-19 | 1 | -32/+31 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | macro_jit_x64: Use ecx for shift register | 2020-06-20 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | Merge pull request #4125 from lioncash/macro-shift | 2020-06-20 | 1 | -6/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() | 2020-06-19 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() | 2020-06-19 | 1 | -3/+4 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #4123 from lioncash/unused-var | 2020-06-20 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | macro_jit_x64: Remove unused variable | 2020-06-19 | 1 | -2/+1 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4099 from MerryMage/macOS-build | 2020-06-19 | 9 | -19/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | bootmanager: Remove references to OpenGL for macOS | 2020-06-18 | 2 | -2/+19 | ||
| | * | | | | | | | | | | | 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 VkDevic... | 2020-06-18 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | 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 | ||
| | * | | | | | | | | | | | Rename PAGE_SHIFT to PAGE_BITS | 2020-06-18 | 2 | -10/+10 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4113 from ogniK5377/boxcat-disable | 2020-06-19 | 2 | -3/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | 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 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4087 from MerryMage/macrojit-inline-Read | 2020-06-19 | 2 | -14/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | input_common/keyboard: Remove redundant move | 2020-06-19 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | mii_model: Remove redundant std::move | 2020-06-19 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4080 from ogniK5377/audren-RendererInfo | 2020-06-19 | 2 | -6/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | audren: Implement RendererInfo | 2020-06-13 | 2 | -6/+26 | ||
| * | | | | | | | | | | | | Merge pull request #4090 from MerryMage/macrojit-bugs | 2020-06-18 | 1 | -2/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | | Merge pull request #4081 from Morph1984/maxwell-to-gl-vk | 2020-06-18 | 3 | -67/+53 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters | 2020-06-18 | 1 | -2/+4 | ||
| | * | | | | | | | | | | | maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None | 2020-06-18 | 1 | -17/+15 | ||
| | * | | | | | | | | | | | maxwell_to_gl: Miscellaneous changes | 2020-06-18 | 1 | -48/+34 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * / | | | | | | | | | | arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 | 2020-06-18 | 1 | -1/+1 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4092 from Morph1984/image-bindings | 2020-06-18 | 1 | -6/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_device: Reserve at least 4 image bindings for fragment stage | 2020-06-16 | 1 | -6/+14 | ||
| * | | | | | | | | | | | arm_dynarmic_cp15: Implement CNTPCT | 2020-06-17 | 1 | -0/+13 | ||
| * | | | | | | | | | | | arm_dynarmic_cp15: Update CP15 | 2020-06-17 | 4 | -142/+73 | ||