mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-24 03:44:07 -05:00
Fix return type of checkMagic function
This commit is contained in:
@@ -95,7 +95,7 @@ float angleX_delta = 0.0f;
|
||||
float angleX_last = 0.0f;
|
||||
uint8_t angleX_frameCounter = 0;
|
||||
|
||||
bool checkMagic(VPADData *buffer) {
|
||||
void checkMagic(VPADData *buffer) {
|
||||
// buffer->angle stores the rotations per axis since the app started.
|
||||
// Each full rotation add/subtracts 1.0f (depending on the direction).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user