- 23 Jun, 2020 3 commits
- 22 Jun, 2020 9 commits
-
-
Ameer authored
-
Ameer authored
-
ameerj authored
Co-authored-by: LC <mathew1800@gmail.com> update libusb submodule (hopefully windows build error fixed)
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
-
- 21 Jun, 2020 5 commits
- 20 Jun, 2020 12 commits
-
-
LC authored
macro_jit_x64: Use ecx for shift register
-
MerryMage authored
shl/shr only accept cl as their second argument
-
merry authored
macro_jit_x64: Amend readability of Compile_ExtractShiftLeftRegister()
-
merry authored
macro_jit_x64: Remove unused variable
-
bunnei authored
Fix compilation on macOS
-
Lioncash authored
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.
-
Lioncash authored
Previously dst wasn't being used.
-
Lioncash authored
Previously dst wasn't being used.
-
Lioncash authored
Removes a completely unused label and marks another variable as unused, given it seems like it has potential uses in the future.
-
bunnei authored
Fix compilation when not building with boxcat
-
David Marcec authored
-
bunnei authored
macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue
-
- 19 Jun, 2020 8 commits
-
-
LC authored
Remove redundant moves
-
MerryMage authored
Named return value optimization automatically applies here.
-
MerryMage authored
Named return value optimization automatically applies here.
-
MerryMage authored
Named return value optimization automatically applies here.
-
David Marcec authored
Fixes compilation when trying to build without boxcat enabled
-
MerryMage authored
-
bunnei authored
audren: Implement RendererInfo
-
bunnei authored
macro_jit_x64: Optimization correctness
-
- 18 Jun, 2020 3 commits
-
-
Rodrigo Locatti authored
maxwell_to_gl/vk: Miscellaneous changes
-
bunnei authored
arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0
-
ReinUsesLisp authored
On MSVC builds we treat conversion warnings as errors.
-