citra/src/core/hw/aes
Daniel Lim Wee Soong 7abfdb164b hw: Migrate logging macros (#3584)
* hw: Migrate logging macros

Use NGLOG instead of LOG prefixed macros for logging

* gpu: Remove unnecessary casting

At first this line without any casting gave an error. Without knowing which argument is causing the error, I just casted everything. After that forgot to check which argument is the one causing trouble.

* hw: Change format specifiers for the one missed
2018-03-27 12:02:19 +01:00
..
arithmetic128.cpp HW: add AES engine & implement AES-CCM 2017-02-21 23:57:31 +02:00
arithmetic128.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
ccm.cpp hw: Migrate logging macros (#3584) 2018-03-27 12:02:19 +01:00
ccm.h HW: add AES engine & implement AES-CCM 2017-02-21 23:57:31 +02:00
key.cpp hw: Migrate logging macros (#3584) 2018-03-27 12:02:19 +01:00
key.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00