index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
handle_table.cpp
Age
Commit message (
Expand
)
Author
2018-12-04
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-11-21
kernel/handle_table: Move private static functions into the cpp file
Lioncash
2018-11-21
kernel/handle_table: Default destructor in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-25
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-14
core: Move process creation out of global state.
bunnei
2018-01-24
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner