mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-02-03 20:22:40 +01:00
7abfdb164b
* 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