mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:37:58 -05:00
Fixes and corrections on formatting.
This commit is contained in:
committed by
FernandoS27
parent
f35e09fe0d
commit
db42bcb306
@ -59,7 +59,6 @@ inline u64 CountLeadingZeroes64(u64 value) {
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
inline u32 CountTrailingZeroes32(u32 value) {
|
||||
unsigned long trailing_zero = 0;
|
||||
|
Reference in New Issue
Block a user