Settings: Remove middle padding

Why did I do this...
This commit is contained in:
Stenzek
2025-08-03 12:27:13 +10:00
parent 5c682d2325
commit e98871ad47

View File

@@ -270,7 +270,7 @@ struct Settings : public GPUSettings
{
Settings();
ALIGN_TO_CACHE_LINE u32 cpu_overclock_numerator = 1;
u32 cpu_overclock_numerator = 1;
u32 cpu_overclock_denominator = 1;
TickCount dma_max_slice_ticks = DEFAULT_DMA_MAX_SLICE_TICKS;