You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platform/capabilities.hpp
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@
14
14
#include"helper/types.hpp"
15
15
#include"helper/utils.hpp"
16
16
17
-
#if defined(__SWITCH__)
18
-
#include"platform/switch_buttons.hpp"
17
+
#if defined(__CONSOLE__)
18
+
#include"platform/console_buttons.hpp"
19
19
#endif
20
20
21
-
//TODO factor this file into mulitple ones, according to logic distribution of what the functions are doing
21
+
//TODO factor this file into mulitple ones, according to logic distribution of what the functions are doing, remove and refacator the input helper functions
0 commit comments