Age | Commit message (Collapse) | Author |
|
|
|
|
|
yuzu: Read mouse scroll
|
|
|
|
TAS: Show all script lengths for multiplayer
|
|
|
|
|
|
|
|
input_common: Cleanup project
|
|
|
|
|
|
input_common: Add virtual gamepad
|
|
|
|
And avoid an unnecessary copy
|
|
|
|
cmake: use sdl2 imported target
|
|
|
|
service: nfc: Implement mifare service
|
|
|
|
|
|
CMake: Use precompiled headers to improve compile times
|
|
general: fix compile for Apple Clang
|
|
|
|
CMakeLists: Bump minimum required CMake version to 3.22
|
|
|
|
input_common: Pump SDL events from main thread
|
|
Trying to be lazy and alias SDL2 to SDL2-static causes issues in later
versions of CMake. Just use the same condition to tell which one to use.
|
|
input_common/helpers: Mark analog property structs members as static constexpr
|
|
These are const with no dependency on any other data members, so we can
make these static constexpr to reduce the overall object size.
|
|
Avoids the redundancy of needing to explictly specify the common
namespace and the type.
|
|
|
|
|
|
|
|
service: am: Implement cabinet applet
|
|
|
|
|
|
|
|
input_common: cache vibration tests
|
|
These warnings are already included in /W3.
|
|
|
|
|
|
These are already explicitly or implicitly set in src/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input_common: Add support for analog toggle
|
|
|