mirror of
https://github.com/wiiu-env/WiiUPluginLoaderGUI.git
synced 2024-11-22 09:09:17 +01:00
Fix return type of checkMagic function
This commit is contained in:
parent
81ce92aae7
commit
8b0df7b6b8
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user