mirror of https://github.com/ventoy/Ventoy.git
1.0.47 release
This commit is contained in:
parent
c8cf9b7ce2
commit
537f0eaa7e
Binary file not shown.
|
@ -1823,7 +1823,7 @@ function img_unsupport_menuentry {
|
||||||
#############################################################
|
#############################################################
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
set VENTOY_VERSION="1.0.46"
|
set VENTOY_VERSION="1.0.47"
|
||||||
|
|
||||||
#ACPI not compatible with Window7/8, so disable by default
|
#ACPI not compatible with Window7/8, so disable by default
|
||||||
set VTOY_PARAM_NO_ACPI=1
|
set VTOY_PARAM_NO_ACPI=1
|
||||||
|
|
|
@ -290,4 +290,8 @@ int InstallVentoy2FileImage(PHY_DRIVE_INFO *pPhyDrive, int PartStyle);
|
||||||
void disk_io_set_imghook(FILE *fp, VTSI_SEGMENT *segment, int maxseg, UINT64 data_offset);
|
void disk_io_set_imghook(FILE *fp, VTSI_SEGMENT *segment, int maxseg, UINT64 data_offset);
|
||||||
void disk_io_reset_imghook(int *psegnum, UINT64 *pDataOffset);
|
void disk_io_reset_imghook(int *psegnum, UINT64 *pDataOffset);
|
||||||
|
|
||||||
|
|
||||||
|
#define VTSI_SUPPORT 0
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue