mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
General: Replace GC_ALIGN macros with alignas
Standard supported alignment -> out with compiler-specific.
This commit is contained in:
parent
c08a83a5aa
commit
8ce04f9a65
19 changed files with 73 additions and 84 deletions
|
@ -142,7 +142,7 @@ public:
|
|||
protected:
|
||||
TextureCache();
|
||||
|
||||
static GC_ALIGNED16(u8 *temp);
|
||||
alignas(16) static u8* temp;
|
||||
static size_t temp_size;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue