mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 16:28:33 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -86,8 +86,7 @@ inline u64 _rotr64(u64 x, unsigned int shift) {
|
||||
extern "C" {
|
||||
__declspec(dllimport) void __stdcall DebugBreak(void);
|
||||
}
|
||||
#define Crash() \
|
||||
{ DebugBreak(); }
|
||||
#define Crash() DebugBreak()
|
||||
|
||||
// cstdlib provides these on MSVC
|
||||
#define rotr _rotr
|
||||
|
Reference in New Issue
Block a user