Applied all mainline commits; Moved all declarations to not be in the middle of code; SVGA linear reads and writes now account for linear base; Fixed a bug with the Compaq ATI 28800.

This commit is contained in:
OBattler
2016-08-01 19:14:54 +02:00
parent d50a7e9449
commit 114bbdfc6d
29 changed files with 305 additions and 171 deletions

View File

@@ -329,6 +329,8 @@ void iso_reset()
int iso_open(char *fn)
{
struct stat st;
if (strcmp(fn, iso_path) != 0)
{
iso_changed = 1;
@@ -348,7 +350,6 @@ int iso_open(char *fn)
fclose(iso_image);
}
struct stat st;
stat(iso_path, &st);
image_size = st.st_size;