feat: scheduling, usermode, shell
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Drivers::PS2 {
|
||||
SendCommand(CmdReadConfig);
|
||||
config = ReadData();
|
||||
|
||||
config |= ConfigPort1Interrupt;
|
||||
config |= ConfigPort1Interrupt | ConfigPort1Translation;
|
||||
if (g_DualChannel) {
|
||||
config |= ConfigPort2Interrupt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user