Binary release v3.13.2

This commit is contained in:
mintsuki 2022-07-28 20:57:53 +00:00
parent d77aad942a
commit 881ae89ec2
10 changed files with 1349 additions and 1363 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -616,18 +616,6 @@ int main(int argc, char *argv[]) {
uint8_t hint8 = 0;
uint16_t hint16 = 0;
device_read(&hint16, 510, sizeof(uint16_t));
hint16 = ENDSWAP(hint16);
if (hint16 != 0xaa55) {
if (!force_mbr) {
mbr = 0;
} else {
hint16 = 0xaa55;
hint16 = ENDSWAP(hint16);
device_write(&hint16, 510, sizeof(uint16_t));
}
}
bool any_active = false;
device_read(&hint8, 446, sizeof(uint8_t));

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,6 +1,6 @@
#include <stdio.h>
#define LIMINE_VERSION "3.13.1"
#define LIMINE_VERSION "3.13.2"
int main(void) {
puts(LIMINE_VERSION);

Binary file not shown.