Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel/handle_table: Move private static functions into the cpp file | Lioncash | 2018-11-22 | 1 | -7/+0 |
* | kernel/handle_table: Restrict handle table size to 1024 entries | Lioncash | 2018-11-22 | 1 | -5/+2 |
* | kernel/handle_table: Default destructor in the cpp file | Lioncash | 2018-11-22 | 1 | -0/+1 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -1/+1 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -2/+0 |
* | kernel/error: Add error code for the handle table being full | Lioncash | 2018-08-25 | 1 | -1/+1 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+1 |
* | handle_table: Remove ConvertSessionToDomain. | bunnei | 2018-01-25 | 1 | -7/+0 |
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+1 |
* | kernel: Fix implementation of ConvertSessionToDomain. | bunnei | 2017-12-29 | 1 | -0/+7 |
* | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -0/+126 |