This website requires JavaScript.
Explore
Help
Sign In
renil
/
yuzu
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-02
. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu
/
src
/
core
/
hle
/
kernel
History
Yuri Kunde Schlesner
88a4a808c6
Kernel: Stop creating useless Handles during object creation
...
They're finally unnecessary, and will stop cluttering the application's handle table.
2015-02-02 15:37:09 -02:00
..
address_arbiter.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
address_arbiter.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
event.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
event.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
kernel.cpp
Kernel: Make WaitObjects share ownership of Threads waiting on them
2015-02-02 15:37:08 -02:00
kernel.h
Kernel: Make WaitObjects share ownership of Threads waiting on them
2015-02-02 15:37:08 -02:00
mutex.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
mutex.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
semaphore.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
semaphore.h
Explicitly instantiate constructors/destructors for Kernel objects
2015-02-02 15:37:07 -02:00
session.cpp
Explicitly instantiate constructors/destructors for Kernel objects
2015-02-02 15:37:07 -02:00
session.h
Explicitly instantiate constructors/destructors for Kernel objects
2015-02-02 15:37:07 -02:00
shared_memory.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
shared_memory.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
thread.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
thread.h
Kernel: Make WaitObjects share ownership of Threads waiting on them
2015-02-02 15:37:08 -02:00
timer.cpp
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00
timer.h
Kernel: Stop creating useless Handles during object creation
2015-02-02 15:37:09 -02:00