mirror of https://git.suyu.dev/suyu/suyu
am: Utilize std::array within PopLaunchParameter()
Gets rid of the potential for C array-to-pointer decay, and also makes pointer arithmetic to get the end of the copy range unnecessary. We can just use std::array's begin() and end() member functions.merge-requests/60/head
parent
c95c4442e9
commit
8dd9cb98ce
Loading…
Reference in New Issue