(Xbox 1) Free up 8MB of RAM - Street Fighter Alpha 3 and all

big CPS2 ROMS work now
This commit is contained in:
twinaphex 2012-08-22 16:22:42 +02:00
parent 16ef6ea771
commit f921744ab4
2 changed files with 2 additions and 5 deletions

View File

@ -54,7 +54,7 @@ const char drive_mappings[DRIVE_MAPPING_SIZE][32] = {
"G:"
};
unsigned char drive_mapping_idx = 1;
unsigned char drive_mapping_idx = 2;
int xpos, ypos;
texture_image m_menuMainRomSelectPanel;

View File

@ -130,12 +130,9 @@ static void get_environment_settings (void)
static void system_init(void)
{
#ifdef _XBOX1
// Set file cache size
XSetFileCacheSize(8 * 1024 * 1024);
// Mount drives
xbox_io_mount("A:", "cdrom0");
xbox_io_mount("C:", "Harddisk0\\Partition1");
xbox_io_mount("C:", "Harddisk0\\Partition0");
xbox_io_mount("E:", "Harddisk0\\Partition1");
xbox_io_mount("Z:", "Harddisk0\\Partition2");
xbox_io_mount("F:", "Harddisk0\\Partition6");