1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 23:38:10 +00:00

G400 32MB SDRAM fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-14 16:41:26 +00:00
parent 8b32a7ee58
commit aab77fd7ec

View File

@ -747,8 +747,7 @@ static int mga_vid_find_card(void)
// SDRAM:
case 0x00:
case 0x04: mga_ram_size = 16; break;
case 0x03:
case 0x05: mga_ram_size = 64; break;
case 0x03: mga_ram_size = 32; break;
// SGRAM:
case 0x10:
case 0x14: mga_ram_size = 32; break;