This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
yuzu-android
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu-android
Code
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.
0cc3e85685
yuzu-android
/
src
/
core
/
hle
/
kernel
History
bunnei
b45a38f557
Kernel: Removed unnecessary "#pragma once".
2014-06-13 09:51:20 -04:00
..
event.cpp
Event: Updated several log messages to be assertions.
2014-06-13 09:51:18 -04:00
event.h
Kernel: Updated various kernel function "name" arguments to be const references.
2014-06-13 09:51:12 -04:00
kernel.cpp
Kernel: Removed unnecessary "#pragma once".
2014-06-13 09:51:20 -04:00
kernel.h
Kernel: Added freeing of kernel objects on emulator shutdown.
2014-06-13 09:51:19 -04:00
mutex.cpp
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
2014-06-13 09:51:13 -04:00
mutex.h
Kernel: Updated various kernel function "name" arguments to be const references.
2014-06-13 09:51:12 -04:00
thread.cpp
Thread: Renamed occurrences of "t" to "thread" to improve readability.
2014-06-13 09:51:17 -04:00
thread.h
Kernel: Added real support for thread and event blocking
2014-06-13 09:51:02 -04:00