- 14 Jul, 2020 5 commits
-
-
bunnei authored
udp: Silence a C++20 deprecation warning
-
LC authored
configure_general: Explicitly guard use_multi_core when applying setting
-
lat9nq authored
This is likely an oversight during a rebase. Guards use_multi_core to be only set when the global value is in use. It should not make a difference given the current code base, but makes the code sensible.
-
LC authored
cmake: pass libusb include directory
-
Ameer authored
Remnant of an early implementation.
-
- 13 Jul, 2020 1 commit
-
-
Jan Beich authored
-
- 12 Jul, 2020 16 commits
-
-
Rodrigo Locatti authored
CMakeLists: Enable usage of C++20 on Linux
-
Lioncash authored
This also fixes building on Linux with C++20, so we can enable it across the board for all OSes that we officially support.
-
Rodrigo Locatti authored
CMakeLists: Correct boost asio disabling define name
-
Lioncash authored
Previously the name of the define was missing the BOOST_ prefix.
-
Rodrigo Locatti authored
CMakeLists: Disable concepts in boost asio
-
Lioncash authored
-
Lioncash authored
C++20 deprecates using the = lambda capture to implicitly capture the this pointer. Instead, we must specify it explicitly.
-
Fernando Sahmkow authored
vfs_real: Fix MoveFile
-
LC authored
CMakeLists: Make use of /std:c++latest on MSVC
-
bunnei authored
frontend: Add support to batch install files to NAND
-
Tobias authored
-
LC authored
Fix Discord invite link
-
Morph authored
-
bunnei authored
AM: fix GetDesiredLanguage:
-
bunnei authored
vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT
-
bunnei authored
CMakeLists: Do not search for system libusb on macOS
-
- 11 Jul, 2020 8 commits
-
-
bunnei authored
Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""
-
bunnei authored
-
bunnei authored
Port citra-emu/citra#5441: "Common: remove a mod from AlignUp"
-
Marshall Mohror authored
In cases where the size is not a known constant when inlining, AlignUp<std::size_t> currently generates two 64-bit div instructions. This generates one div and a cmov which is significantly cheaper.
-
MerryMage authored
-
Lioncash authored
Provides the buildbot with one builder that is always tracking the latest version of the C++ standard, allowing us to progressively rectify our code and amend any differences between standards over time instead of waiting for a complete standard change, potentially breaking a lot of code all at once.
-
bunnei authored
service: Update function tables
-
bunnei authored
KeyManager: Prevent writing of invalid keys
-
- 10 Jul, 2020 10 commits
-
-
ReinUsesLisp authored
This has been fixed in Nvidia's public beta driver 451.74. The previous beta driver will be broken, people using these will have to update.
-
bunnei authored
cmake: drop dependency on QtOpenGL
-
bunnei authored
CMakeLists: Update fmt to 7.0.1
-
Lioncash authored
Keeps the package up to date with the latest major release of fmt. This version brings in quite a bit of improvements, such as code size reduction, etc.
-
David authored
CMakeLists: Use lower-case command names
-
Lioncash authored
Our convention uses lower-case command names, so this is just a consistency change.
-
Morph authored
The file wasn't closed prior to being renamed / moved, throwing an error that states "The process cannot access the file because it is being used by another process." Fix this by closing the file prior to a rename / move operation. Fixes saving in Luigi's Mansion 3 and KATANA KAMI: A Way of the Samurai Story.
-
Morph authored
If the keys are zero, don't write them to the autogenerated file.
-
Morph authored
-
Morph authored
- Remove the overwrite files checkbox, it will always overwrite - The progressbar now reflects the progress in terms of data transferred.
-