mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
5 lines
153 B
C
5 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);
|