citra/src/core/hle/service/am
LC 902cc1eb49
am: Resolve truncation and sign conversion warnings in WriteContentData() (#5397)
We can adjust the API to allow std::size_t indices, which simplifies
operating with standard container types. It also prevents truncation
warnings from occurring in these cases as well.
2020-06-20 13:09:56 -05:00
..
am.cpp am: Resolve truncation and sign conversion warnings in WriteContentData() (#5397) 2020-06-20 13:09:56 -05:00
am.h am: Resolve truncation and sign conversion warnings in WriteContentData() (#5397) 2020-06-20 13:09:56 -05:00
am_app.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_app.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_net.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_sys.h clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
am_u.h clang-format fixes 2020-02-13 17:39:15 +08:00