mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
cb7d9556bf
Instead of each component allocating their own memory, we instead allocate the memory once and divvy that up among the components as required. This ensures that relative memory offsets remain within architecture limits.