Dolphin, the GameCube and Wii emulator - Forums

Full Version: Ram limit changing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

moldy

i realize that this will likely cause problems but i would like to have it allocate more ram to have my computer allocate more ram to because i made a game bigger in one level and i want it to load but it will not because its too big
You can increase the amount of emulated RAM by changing the value of REALRAM_SIZE and then recompiling Dolphin: https://github.com/dolphin-emu/dolphin/b...mmap.h#L46

However, doing just this isn't guaranteed to make the game actually use all of the extra memory. It might require game-specific hacks.

This is a very advanced thing to do, so chances are that people here won't be able to give you much help beyond the information I gave you now.