Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu/src/core/hle
Lioncash 213fff67bc CMakeLists: Make -Wreorder a compile-time error
This can result in silent logic bugs within code, and given the amount
of times these kind of warnings are caused, they should be flagged at
compile-time so no new code is submitted with them.
2020-04-15 14:14:41 -04:00
..
kernel CMakeLists: Make -Wreorder a compile-time error 2020-04-15 14:14:41 -04:00
service service: friend: Stub IFriendService::GetBlockedUserListIds. 2020-04-14 16:20:51 -04:00
ipc_helpers.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
ipc.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
lock.cpp
lock.h
result.h result: Add default error code for the ResultCode(-1) case 2019-11-12 07:55:38 -05:00