mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Make our architecture defines less stupid.
Our defines were never clear between what meant 64bit or x86_64 This makes a clear cut between bitness and architecture. This commit also has the side effect of bringing up aarch64 compiling support.
This commit is contained in:
@ -99,7 +99,7 @@ u32 HashEctor(const u8* ptr, int length)
|
||||
}
|
||||
|
||||
|
||||
#ifdef _M_X64
|
||||
#if _ARCH_64
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Block read - if your platform needs to do endian-swapping or can only
|
||||
|
Reference in New Issue
Block a user