mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-09 13:13:38 -06:00
This existed in the initial megacommit (though I don't know why) as IO_SIZE. It was used in Memmap's Init() to compute totalMemSize, but I don't know if it actually did anything then. That use was removed in2d0f714546, but the constant persisted untilcc858c63b8, when it became a static variable.