From 0de7167c78eae8066996aa3cb86dbfefd5cfcb63 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Wed, 23 Aug 2017 22:00:04 +0200 Subject: PAD: add option to output also sole F-PAD --- src/pad_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/pad_common.h') diff --git a/src/pad_common.h b/src/pad_common.h index c9dd434..a173d9d 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -121,9 +121,7 @@ public: bool QueueFilled(); pad_t* GetPAD(); - - // will be removed, when pull (instead of push) approach is implemented! - void WriteAllPADs(int output_fd, int limit = -1); + void WriteAllPADs(int output_fd, int limit = -1, bool output_sole_fpad = false); static DATA_GROUP* CreateDataGroupLengthIndicator(size_t len); static bool CheckPADLen(size_t len); -- cgit v1.2.3