Home
last modified time | relevance | path

Searched refs:FALLBACK_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DConvertDialog.cpp184 constexpr int FALLBACK_BLOCK_SIZE = 0x4000; in OnFormatChanged() local
185 if (!block_size_ok(FALLBACK_BLOCK_SIZE)) in OnFormatChanged()
190 AddToBlockSizeComboBox(FALLBACK_BLOCK_SIZE); in OnFormatChanged()