Skip to content

Commit

Permalink
emuThree, fix compile error in rasterizer_cache.h
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Nov 14, 2024
1 parent 2f15ad5 commit 1abf366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bool RasterizerCache<T>::AccelerateTextureCopy(const GPU::Regs::DisplayTransferC
}

/// Cache aligned calculations for input/output
alignas(ALIGNMENT) struct AlignedParams {
struct alignas(ALIGNMENT) AlignedParams {
u32 gap;
u32 width;
};
Expand Down

0 comments on commit 1abf366

Please sign in to comment.