Skip to content

Commit 76ea2f3

Browse files
authored
Update 01-qemu72x-mesa-glide.patch
1 parent decdaaa commit 76ea2f3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

01-qemu72x-mesa-glide.patch

+9-3
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,25 @@ diff -Nru ../orig/qemu-7.2.9/meson.build ./meson.build
200200
diff -Nru ../orig/qemu-7.2.9/softmmu/vl.c ./softmmu/vl.c
201201
--- ../orig/qemu-7.2.9/softmmu/vl.c
202202
+++ ./softmmu/vl.c
203-
@@ -828,6 +828,8 @@
203+
@@ -828,6 +828,13 @@
204204
return default_machineclass;
205205
}
206206

207-
207+
+
208+
+
209+
+
210+
+
211+
+
212+
+
208213
+
209214
static void version(void)
210215
{
211216
printf("QEMU emulator version " QEMU_FULL_VERSION "\n"
212-
@@ -2900,6 +2907,6 @@
217+
@@ -2900,6 +2907,7 @@
213218
break;
214219
case QEMU_OPTION_version:
215220
version();
221+
+
216222
exit(0);
217223
break;
218224
case QEMU_OPTION_m:

0 commit comments

Comments
 (0)