mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(Xbox 1) Free up 8MB of RAM - Street Fighter Alpha 3 and all
big CPS2 ROMS work now
This commit is contained in:
parent
16ef6ea771
commit
f921744ab4
@ -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;
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user