mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-15 10:54:36 +00:00
Settings: Remove middle padding
Why did I do this...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user