early-access version 2896

This commit is contained in:
pineappleEA
2022-08-10 05:03:38 +02:00
parent 3a1b8212aa
commit d347b68f4a
8 changed files with 41 additions and 58 deletions

View File

@@ -424,6 +424,13 @@ private:
*/
void SetCamera(const Common::Input::CallbackStatus& callback);
/**
* Converts a color format from bgra to rgba
* @param color in bgra format
* @return NpadColor in rgba format
*/
NpadColor GetNpadColor(u32 color);
/**
* Triggers a callback that something has changed on the controller status
* @param type Input type of the event to trigger