summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/object_address_table.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-31kernel: Remove unused object_address_table.cpp/.hLioncash1-36/+0
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-19core/memory, core/hle/kernel: Use std::move where applicableLioncash1-1/+3
Avoids pointless copies
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-2/+2
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-27general: Convert assertion macros over to be fmt-compatibleLioncash1-2/+2
2018-03-19Clean Warnings (?)N00byKing1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-01kernel: Add ObjectAddressTable class.bunnei1-0/+34