1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-13 09:21:06 +00:00
This commit is contained in:
Anon 2016-07-30 10:21:23 -05:00
parent e4237e0378
commit 9535169577

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