This website requires JavaScript.
Explore
Help
Sign In
pacnpal
/
citron
Watch
1
Star
0
Fork
0
You've already forked citron
mirror of
https://git.eden-emu.dev/archive/citron
synced
2026-03-24 10:29:35 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a8cd1b118230450aeec8d770db87331bbc60812
citron
/
src
/
core
/
hle
History
Markus Wick
5a8cd1b118
Fix two GCC 11 warnings: Unneeded copies.
...
std::move created an unneeded copy. iterating without reference also created copies.
2021-05-29 08:57:44 +02:00
..
kernel
Fix two GCC 11 warnings: Unneeded copies.
2021-05-29 08:57:44 +02:00
service
Merge pull request
#6356
from ogniK5377/ApplyNpadSystemCommonPolicy
2021-05-28 10:05:20 -07:00
ipc_helpers.h
hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.
2021-05-20 21:41:52 -07:00
ipc.h
hle: ipc: Add declarations for TIPC.
2021-05-10 15:05:10 -07:00
lock.cpp
Fix build on macOS and linux
2018-01-13 22:38:52 +00:00
lock.h
Use recursive_mutex instead of mutex to
fix
#2902
2017-08-29 20:39:55 +12:00
result.h
core: Make variable shadowing a compile-time error
2021-05-16 03:43:16 -04:00