| Age | Commit message (Collapse) | Author | 
|---|
|  | Also silences a deprecation warning from boost on Clang/GCC. | 
|  | C++20 deprecates using the = lambda capture to implicitly capture the
this pointer. Instead, we must specify it explicitly. | 
|  | error checking
Should fix https://github.com/yuzu-emu/yuzu/issues/3487.
error_code::failed is a function which has been introduced in Boost 1.69.
This version of boost hasn't landed in most major distros yet. | 
|  |  | 
|  | std::function is allowed to heap allocate if the size of the captures
associated with each lambda exceed a certain threshold. This prevents
potentially unnecessary reallocations from occurring. | 
|  | Gets rid of a trivially avoidable atomic reference count increment and
decrement. | 
|  | Future-proofs code if boost is ever updated. | 
|  | Amends the constructor initializer list to specify the order of its
elements in the same order that initialization would occur. | 
|  |  | 
|  |  | 
|  | An implementation of the cemuhook motion/touch protocol, this adds the
ability for users to connect several different devices to citra to send
direct motion and touch data to citra.
Co-Authored-By: jroweboy <jroweboy@gmail.com> |