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
..
gcadapter input_common/gcadapter: add missing C++11 header required by libc++ 2020-07-07 10:02:03 +00:00
sdl Fix unnecessary diffs 2020-07-02 16:51:16 -04:00
udp
analog_from_button.cpp
analog_from_button.h
CMakeLists.txt
keyboard.cpp Fix unnecessary diffs 2020-07-02 16:51:16 -04:00
keyboard.h
main.cpp Fix unnecessary diffs 2020-07-02 16:51:16 -04:00
main.h
motion_emu.cpp
motion_emu.h