David Marcec
|
b6538c3e7c
kernel: Don't fail silently
|
6 лет назад |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
Lioncash
|
f1382cf0e7
core: Remove Core::CurrentProcess()
|
6 лет назад |
Lioncash
|
d29f9e9709
kernel/handle_table: Make local variables as const where applicable
|
7 лет назад |
Lioncash
|
5167d1577d
kernel/handle_table: Allow process capabilities to limit the handle table size
|
7 лет назад |
Lioncash
|
4f8cd74061
kernel/handle-table: In-class initialize data members
|
7 лет назад |
Lioncash
|
0220862ba5
kernel/handle_table: Resolve truncation warnings
|
7 лет назад |
Lioncash
|
ac966e4213
kernel/handle_table: Amend reference to CTR-OS in Create()
|
7 лет назад |
Lioncash
|
0e35f1bb18
kernel/handle_table: Move private static functions into the cpp file
|
7 лет назад |
Lioncash
|
f5ce71793e
kernel/handle_table: Default destructor in the cpp file
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
81ca46dd17
kernel/error: Add error code for the handle table being full
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 лет назад |
Lioncash
|
40dee76c57
kernel: Migrate logging macros to fmt-compatible ones
|
8 лет назад |
bunnei
|
7d6653268f
core: Move process creation out of global state.
|
8 лет назад |
bunnei
|
932fa94af7
handle_table: Remove ConvertSessionToDomain.
|
8 лет назад |
James Rowe
|
096be16636
Format: Run the new clang format on everything
|
8 лет назад |
bunnei
|
dcdaac8a0b
kernel: Fix implementation of ConvertSessionToDomain.
|
8 лет назад |
Yuri Kunde Schlesner
|
be031989ee
Kernel: Move HandleTable to a separate file
|
9 лет назад |