aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/object_address_table.cpp
AgeCommit message (Collapse)Author
2018-07-31kernel: Remove unused object_address_table.cpp/.hLioncash
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-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
Avoids pointless copies
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
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-compatibleLioncash
2018-03-19Clean Warnings (?)N00byKing
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-01kernel: Add ObjectAddressTable class.bunnei