yuzu-mainline/src/core/hle
Lioncash 8dd9cb98ce 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.
2018-08-21 11:03:14 -04:00
..
kernel Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe 2018-08-15 18:25:30 -04:00
service am: Utilize std::array within PopLaunchParameter() 2018-08-21 11:03:14 -04:00
ipc_helpers.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
ipc.h
lock.cpp
lock.h
result.h