Your console has multiple types of storage. There’s your RAM, which is blazing fast and which the CPU can directly access. Then there’s your internal storage like an SSD or HDD, which is slower than your RAM; and finally, there might be a disc drive or a cartridge slot, which is the slowest on most modern consoles.
The CPU can only directly access what’s in the RAM, not what’s anywhere else. Even if it *could* access the other stuff directly, your game would run *super* slowly because of the amount of time it takes to access the data.
Whenever a game is loading, the console is copying all the data that’s immediately needed — textures, sounds, code, etc. — into RAM so that you can actually play the game.
This is also why most games need to load several times throughout the game. Your RAM is too small to hold the entire game at once, so only small chunks of the game are loaded at a time.
Latest Answers