wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

apbp: std::move handlers where applicable #8

Closed lioncash closed 6 years ago

lioncash commented 6 years ago

Provides potentially more performant setting, considering std::function is allowed to allocate any captured values on the heap if it needs to.