Age | Commit message (Collapse) | Author |
|
Prevents trivial warnings and ensures interfaces are properly
maintained between the base class.
|
|
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>
|