1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 00:06:32 -05:00

Merge pull request #2569 from wwylele/wrap-unwrap

APT: implemented Wrap and Unwrap
This commit is contained in:
bunnei
2017-02-25 00:12:33 -05:00
committed by GitHub
17 changed files with 568 additions and 14 deletions

View File

@@ -63,6 +63,7 @@ namespace Log {
SUB(HW, Memory) \
SUB(HW, LCD) \
SUB(HW, GPU) \
SUB(HW, AES) \
CLS(Frontend) \
CLS(Render) \
SUB(Render, Software) \