skyline/app/src/main/cpp
PixelyIon 32de7e5150 Use decltype over typeof globally
We inconsistently utilized `typeof` and `decltype` all over the codebase, this has now been fixed by uniformly using `decltype` as `typeof` is a GCC extension and not in the C++ standard alongside having the hidden side effect of removing references from the determined type.
2022-04-14 14:14:52 +05:30
..
skyline Use decltype over typeof globally 2022-04-14 14:14:52 +05:30
emu_jni.cpp Use the new log file name & ext for every logger context 2021-11-11 16:32:19 +01:00
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00