mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
6 lines
153 B
C
6 lines
153 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "ps_move_handler.h"
|
||
|
|
|
||
|
|
void psmove_parse_calibration(const reports::ps_move_calibration_blob& calibration, ps_move_device& device);
|