yuzu/src/input_common
Jan Beich 1db10b8f4c input_common/gcadapter: add missing C++11 header required by libc++
In file included from src/input_common/gcadapter/gc_adapter.cpp:8:
src/./input_common/gcadapter/gc_adapter.h:77:10: error: no template named 'unordered_map' in namespace 'std'
    std::unordered_map<int, bool> buttons;
    ~~~~~^
src/./input_common/gcadapter/gc_adapter.h:78:10: error: no template named 'unordered_map' in namespace 'std'
    std::unordered_map<int, u16> axes;
    ~~~~~^
2020-07-07 10:02:03 +00:00
..
2020-07-02 16:51:16 -04:00
2020-06-21 13:02:43 -04:00
2020-06-21 12:36:28 -04:00
2020-07-02 16:51:16 -04:00
2020-07-02 16:51:16 -04:00
2020-06-21 13:02:43 -04:00