This commit is contained in:
Anon 2016-07-30 10:21:23 -05:00
parent e4237e0378
commit 9535169577

View File

@ -77,7 +77,6 @@ namespace Service {
} }
PadState state = InputCore::pad_state; PadState state = InputCore::pad_state;
// Get current circle pad position and update circle pad direction // Get current circle pad position and update circle pad direction
s16 circle_pad_x, circle_pad_y; s16 circle_pad_x, circle_pad_y;
std::tie(circle_pad_x, circle_pad_y) = InputCore::circle_pad; std::tie(circle_pad_x, circle_pad_y) = InputCore::circle_pad;