| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-31 | kernel: Remove unused object_address_table.cpp/.h | Lioncash | |
| These source files were entirely unused throughout the rest of the codebase. This also has the benefit of getting rid of a global variable as well. | |||
| 2018-07-18 | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | |
| Avoids pointless copies | |||
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | |
| This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | |||
| 2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | |
| 2018-03-19 | Clean Warnings (?) | N00byKing | |
| 2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | |
| 2018-01-01 | kernel: Add ObjectAddressTable class. | bunnei | |
