Simplify the HDRemaster struct, eliminating the need for the g_MemoryEnd variable.

This commit is contained in:
The Dax 2013-07-07 03:07:29 -04:00
parent 87f6d14abd
commit da9472c486
6 changed files with 14 additions and 20 deletions

View file

@ -76,7 +76,6 @@ bool PSP_Init(const CoreParameter &coreParam, std::string *error_string)
// Default memory settings
// Seems to be the safest place currently..
Memory::g_MemoryEnd = 0x0A000000; // End of PSP User space memory
Memory::g_MemorySize = 0x2000000; // 32 MB of ram by default
g_RemasterMode = false;
g_DoubleTextureCoordinates = false;