newlines at end of file
This commit is contained in:
@@ -52,4 +52,4 @@ endif()
|
||||
# that cause ~3000 lines to be output into the logs each time
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
target_compile_options(voodoo PRIVATE "-Wstringop-overflow=0")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -208,4 +208,3 @@ int ati_eeprom_read(ati_eeprom_t *eeprom)
|
||||
{
|
||||
return eeprom->out;
|
||||
}
|
||||
|
||||
|
||||
@@ -200,4 +200,4 @@ const device_t att492_ramdac_device =
|
||||
0, ATT_492,
|
||||
att49x_ramdac_init, att49x_ramdac_close,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
};
|
||||
};
|
||||
|
||||
@@ -184,4 +184,4 @@ const device_t att498_ramdac_device =
|
||||
0, 0,
|
||||
att498_ramdac_init, att498_ramdac_close,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
};
|
||||
};
|
||||
|
||||
@@ -103,4 +103,3 @@ const device_t av9194_device =
|
||||
av9194_init, NULL,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -392,4 +392,4 @@ const device_t realtek_rtg3106_device = {
|
||||
rtg_speed_changed,
|
||||
rtg_force_redraw,
|
||||
rtg_config
|
||||
};
|
||||
};
|
||||
|
||||
@@ -186,4 +186,4 @@ const device_t sc11486_ramdac_device =
|
||||
0, 3,
|
||||
sc1148x_ramdac_init, sc1148x_ramdac_close,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3074,4 +3074,4 @@ const device_t velocity_100_agp_device =
|
||||
banshee_speed_changed,
|
||||
banshee_force_redraw,
|
||||
banshee_sdram_config
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user