win95 runtime switching

This commit is contained in:
Maxim Devaev
2021-08-15 17:34:42 +03:00
parent 9afa6efbe4
commit df098bd075
12 changed files with 110 additions and 52 deletions

View File

@@ -133,6 +133,7 @@ export function Hid(__getResolution) {
let html = "";
for (let args of [
["USB", "usb", false],
["USB Win98", "usb_win98", false],
["USB Relative", "usb_rel", true],
["PS/2", "ps2", true],
["Off", "disabled"],