We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0737d13 commit cb1c1acCopy full SHA for cb1c1ac
win32ss/drivers/miniport/vbe/CMakeLists.txt
@@ -11,7 +11,8 @@ add_pch(vgapnp vbemp.h SOURCE)
11
target_link_libraries(vgapnp libcntpr)
12
13
# pc98vid takes place of vga service on PC-98 platform
14
-if(NOT SARCH STREQUAL "pc98")
+# and avoid KiTrap06Handler unrecoverable error on Xbox
15
+if(NOT SARCH STREQUAL "pc98" AND NOT SARCH STREQUAL "xbox")
16
add_cd_file(TARGET vgapnp DESTINATION reactos/system32/drivers FOR all)
17
add_registry_inf(vbemp_reg.inf)
18
endif()
0 commit comments